Skip to content

Commit

Permalink
fix(openapi): Rename "Termes" into "Terms"
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 3, 2024
1 parent a5a956e commit d7b3f40
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions src/openapi/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ tags:
- name: Structures - SocialMedias
- name: Structures - Weblinks
- name: Supervising ministers
- name: Termes
- name: Termes - Identifiants
- name: Termes - SocialMedias
- name: Termes - Weblinks
- name: Terms
- name: Terms - Identifiants
- name: Terms - SocialMedias
- name: Terms - Weblinks
- name: User's groups
- name: Users

Expand Down
10 changes: 5 additions & 5 deletions src/openapi/paths/terms/identifiers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collectionMethods:
get:
tags:
- Termes - Identifiants
- Terms - Identifiants
summary: Lister les identifiants d'un terme
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -36,7 +36,7 @@ collectionMethods:

post:
tags:
- Termes - Identifiants
- Terms - Identifiants
summary: Ajouter un identifiant au terme
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -73,7 +73,7 @@ collectionMethods:
documentMethods:
get:
tags:
- Termes - Identifiants
- Terms - Identifiants
summary: Get a term's identifier by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -96,7 +96,7 @@ documentMethods:

delete:
tags:
- Termes - Identifiants
- Terms - Identifiants
summary: Retirer un identifiant du terme
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -115,7 +115,7 @@ documentMethods:

patch:
tags:
- Termes - Identifiants
- Terms - Identifiants
summary: Modifier un identifiant du terme
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down
10 changes: 5 additions & 5 deletions src/openapi/paths/terms/social-medias.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collectionMethods:
get:
tags:
- Termes - SocialMedias
- Terms - SocialMedias
summary: List all term social media
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -36,7 +36,7 @@ collectionMethods:

post:
tags:
- Termes - SocialMedias
- Terms - SocialMedias
summary: Add a new social media to the term
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -71,7 +71,7 @@ collectionMethods:
documentMethods:
get:
tags:
- Termes - SocialMedias
- Terms - SocialMedias
summary: Get a term social media by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -94,7 +94,7 @@ documentMethods:

delete:
tags:
- Termes - SocialMedias
- Terms - SocialMedias
summary: Delete a term social media by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -113,7 +113,7 @@ documentMethods:

patch:
tags:
- Termes - SocialMedias
- Terms - SocialMedias
summary: Update a term social media by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down
10 changes: 5 additions & 5 deletions src/openapi/paths/terms/weblinks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collectionMethods:
get:
tags:
- Termes - Weblinks
- Terms - Weblinks
summary: List all term's weblinks
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -36,7 +36,7 @@ collectionMethods:

post:
tags:
- Termes - Weblinks
- Terms - Weblinks
summary: Add a new weblink to the term
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down Expand Up @@ -72,7 +72,7 @@ collectionMethods:
documentMethods:
get:
tags:
- Termes - Weblinks
- Terms - Weblinks
summary: Get a term weblink by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -95,7 +95,7 @@ documentMethods:

delete:
tags:
- Termes - Weblinks
- Terms - Weblinks
summary: Delete a term weblink by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand All @@ -114,7 +114,7 @@ documentMethods:

patch:
tags:
- Termes - Weblinks
- Terms - Weblinks
summary: Update a term weblink by ID
parameters:
- $ref: '../../api.yml#/components/parameters/termId'
Expand Down

0 comments on commit d7b3f40

Please sign in to comment.