Skip to content

Commit

Permalink
fix(openapi): Rename Geographical exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 3, 2024
1 parent 1a91f71 commit a5a956e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/openapi/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/openapi/paths/geographicalcategories/exceptions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collectionMethods:
post:
tags:
- Geographical categories - Exceptions
- Geographical exceptions
summary: Add an new exception to the geographical category
requestBody:
content:
Expand Down Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a5a956e

Please sign in to comment.