From d0080d769b740cc16df764a08705a55a17ea4108 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 2 Oct 2024 17:37:13 -0500 Subject: [PATCH 1/2] TemplateResponseCCRole::TEMPLATES_LEFT -> TemplateResponseCCRole::NAME --- openapi-raw.yaml | 2 +- translations/en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi-raw.yaml b/openapi-raw.yaml index a0d21f20e..7fdea0255 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -10698,7 +10698,7 @@ components: TemplateResponseCCRole: properties: name: - description: '_t__TemplateResponseCCRole::TEMPLATES_LEFT' + description: '_t__TemplateResponseCCRole::NAME' type: string type: object x-internal-class: true diff --git a/translations/en.yaml b/translations/en.yaml index 6925e38a4..5cbf3ca41 100644 --- a/translations/en.yaml +++ b/translations/en.yaml @@ -1486,7 +1486,7 @@ "TemplateResponseAccountQuota::TEMPLATES_LEFT": API templates remaining. "TemplateResponseAccountQuota::SMS_VERIFICATIONS_LEFT": SMS verifications remaining. -"TemplateResponseCCRole::TEMPLATES_LEFT": The name of the Role. +"TemplateResponseCCRole::NAME": The name of the Role. "TemplateResponseDocument::INDEX": Document ordering, the lowest index is displayed first and the highest last (0-based indexing). "TemplateResponseDocument::NAME": Name of the associated file. From 14e0f8d05c88f92fe87d81a4884cad699923c2ea Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Thu, 3 Oct 2024 10:13:07 -0500 Subject: [PATCH 2/2] Fixing TeamGet 404 example ref --- openapi-raw.yaml | 2 +- openapi-sdk.yaml | 2 +- openapi.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-raw.yaml b/openapi-raw.yaml index 7fdea0255..302eb4482 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -4568,7 +4568,7 @@ paths: 403_example: $ref: '#/components/examples/Error403ResponseExample' 404_example: - $ref: '#/components/examples/TeamDoesNotExistResponseExample' + $ref: '#/components/examples/Error404ResponseExample' 4XX_example: $ref: '#/components/examples/Error4XXResponseExample' security: diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index c7189fd24..592a587f1 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -4617,7 +4617,7 @@ paths: 403_example: $ref: '#/components/examples/Error403ResponseExample' 404_example: - $ref: '#/components/examples/TeamDoesNotExistResponseExample' + $ref: '#/components/examples/Error404ResponseExample' 4XX_example: $ref: '#/components/examples/Error4XXResponseExample' security: diff --git a/openapi.yaml b/openapi.yaml index 304a8d67b..d66309216 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4617,7 +4617,7 @@ paths: 403_example: $ref: '#/components/examples/Error403ResponseExample' 404_example: - $ref: '#/components/examples/TeamDoesNotExistResponseExample' + $ref: '#/components/examples/Error404ResponseExample' 4XX_example: $ref: '#/components/examples/Error4XXResponseExample' security: