diff --git a/src/openapi/api.yml b/src/openapi/api.yml index e7985881..ebe0eaf6 100644 --- a/src/openapi/api.yml +++ b/src/openapi/api.yml @@ -31,7 +31,7 @@ tags: - name: Follow-ups - name: Geographical categories - name: Geographical categories - Structures - - name: Geographical categories - Exceptions + - name: Geographical exceptions - name: Jobs - name: Journal - name: Legal categories diff --git a/src/openapi/paths/geographicalcategories/exceptions.yml b/src/openapi/paths/geographicalcategories/exceptions.yml index f8df828f..98989d37 100644 --- a/src/openapi/paths/geographicalcategories/exceptions.yml +++ b/src/openapi/paths/geographicalcategories/exceptions.yml @@ -1,7 +1,7 @@ collectionMethods: post: tags: - - Geographical categories - Exceptions + - Geographical exceptions summary: Add an new exception to the geographical category requestBody: content: @@ -35,7 +35,7 @@ collectionMethods: documentMethods: delete: tags: - - Geographical categories - Exceptions + - Geographical exceptions summary: Delete a geographical category's exception parameters: - $ref: '../../api.yml#/components/parameters/geographicalExceptionId' diff --git a/src/openapi/paths/geographicalcategories/structures-from-categories.yml b/src/openapi/paths/geographicalcategories/structures-from-categories.yml index 4c205611..5c173d15 100644 --- a/src/openapi/paths/geographicalcategories/structures-from-categories.yml +++ b/src/openapi/paths/geographicalcategories/structures-from-categories.yml @@ -3,7 +3,7 @@ collectionMethods: get: tags: - Geographical categories - Structures - summary: List structures from a geographical categories + summary: List structures from a geographical category parameters: - $ref: '../../api.yml#/components/parameters/filters' - $ref: '../../api.yml#/components/parameters/skip'