Skip to content

Commit

Permalink
Fixed description for getIdentifiers in IdentifierApi (geonetwork#8422)
Browse files Browse the repository at this point in the history
* fixed typo

* moved identifier as an adjective to template

* replaced correct location of identifier template
  • Loading branch information
SuperOctocat authored Oct 11, 2024
1 parent c7c9e97 commit 721cd4c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public class IdentifiersApi {
@io.swagger.v3.oas.annotations.Operation(
summary = "Get identifier templates",
description = "Identifier templates are used to create record UUIDs " +
"havind a particular structure. The template will be used " +
"when user creates a new record. The template identifier to " +
"use is defined in the administration > settings."
"having a particular structure. The template will be used " +
"when user creates a new record. The identifier template to " +
"use is defined in the admin console > metadata and templates."
// authorizations = {
// @Authorization(value = "basicAuth")
// })
Expand Down

0 comments on commit 721cd4c

Please sign in to comment.