From 721cd4cccbf0dd9f0fbfd91c4aa792cafa7b1ff9 Mon Sep 17 00:00:00 2001 From: neo <48834031+SuperOctocat@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:32:38 +1100 Subject: [PATCH] Fixed description for getIdentifiers in IdentifierApi (#8422) * fixed typo * moved identifier as an adjective to template * replaced correct location of identifier template --- .../java/org/fao/geonet/api/identifiers/IdentifiersApi.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/src/main/java/org/fao/geonet/api/identifiers/IdentifiersApi.java b/services/src/main/java/org/fao/geonet/api/identifiers/IdentifiersApi.java index 9f9f30e5b8e..b658f37e006 100644 --- a/services/src/main/java/org/fao/geonet/api/identifiers/IdentifiersApi.java +++ b/services/src/main/java/org/fao/geonet/api/identifiers/IdentifiersApi.java @@ -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") // })