Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down