From d7b3f407c9e85692a56880f088d2d2649563c47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne=20L=27H=C3=B4te?= Date: Wed, 3 Jan 2024 17:04:05 +0100 Subject: [PATCH] fix(openapi): Rename "Termes" into "Terms" --- src/openapi/api.yml | 8 ++++---- src/openapi/paths/terms/identifiers.yml | 10 +++++----- src/openapi/paths/terms/social-medias.yml | 10 +++++----- src/openapi/paths/terms/weblinks.yml | 10 +++++----- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/openapi/api.yml b/src/openapi/api.yml index ebe0eaf6..fa5818d6 100644 --- a/src/openapi/api.yml +++ b/src/openapi/api.yml @@ -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 diff --git a/src/openapi/paths/terms/identifiers.yml b/src/openapi/paths/terms/identifiers.yml index 2e3ba1a1..f0bc2673 100644 --- a/src/openapi/paths/terms/identifiers.yml +++ b/src/openapi/paths/terms/identifiers.yml @@ -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' @@ -36,7 +36,7 @@ collectionMethods: post: tags: - - Termes - Identifiants + - Terms - Identifiants summary: Ajouter un identifiant au terme parameters: - $ref: '../../api.yml#/components/parameters/termId' @@ -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' @@ -96,7 +96,7 @@ documentMethods: delete: tags: - - Termes - Identifiants + - Terms - Identifiants summary: Retirer un identifiant du terme parameters: - $ref: '../../api.yml#/components/parameters/termId' @@ -115,7 +115,7 @@ documentMethods: patch: tags: - - Termes - Identifiants + - Terms - Identifiants summary: Modifier un identifiant du terme parameters: - $ref: '../../api.yml#/components/parameters/termId' diff --git a/src/openapi/paths/terms/social-medias.yml b/src/openapi/paths/terms/social-medias.yml index cdd2a40c..e94de2f4 100644 --- a/src/openapi/paths/terms/social-medias.yml +++ b/src/openapi/paths/terms/social-medias.yml @@ -1,7 +1,7 @@ collectionMethods: get: tags: - - Termes - SocialMedias + - Terms - SocialMedias summary: List all term social media parameters: - $ref: '../../api.yml#/components/parameters/termId' @@ -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' @@ -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' @@ -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' @@ -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' diff --git a/src/openapi/paths/terms/weblinks.yml b/src/openapi/paths/terms/weblinks.yml index c5bfc0f2..ccca2724 100644 --- a/src/openapi/paths/terms/weblinks.yml +++ b/src/openapi/paths/terms/weblinks.yml @@ -1,7 +1,7 @@ collectionMethods: get: tags: - - Termes - Weblinks + - Terms - Weblinks summary: List all term's weblinks parameters: - $ref: '../../api.yml#/components/parameters/termId' @@ -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' @@ -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' @@ -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' @@ -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'