diff --git a/openapi-raw.yaml b/openapi-raw.yaml index a0d21f20e..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: @@ -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/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: 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.