Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Jun 11, 2024
1 parent 4dd078e commit 88f8be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
16 changes: 2 additions & 14 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -9680,12 +9680,6 @@
},
{
"$ref": "#/components/parameters/distribution_id"
},
{
"$ref": "#/components/parameters/page"
},
{
"$ref": "#/components/parameters/per_page"
}
],
"responses": {
Expand All @@ -9710,12 +9704,6 @@
},
"X-Rate-Limit-Reset": {
"$ref": "#/components/headers/X-Rate-Limit-Reset"
},
"Link": {
"$ref": "#/components/headers/Link"
},
"Pagination": {
"$ref": "#/components/headers/Pagination"
}
}
},
Expand Down Expand Up @@ -9778,7 +9766,7 @@
"example": "Europe/Berlin"
},
"locale_ids": {
"description": "List of locale ids that will be included in the release. If empty, distribution locales will be used",
"description": "List of locale ids that will be included in the release.",
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -9867,7 +9855,7 @@
"/accounts/{account_id}/distributions/{distribution_id}/release_triggers/{id}": {
"get": {
"summary": "Get a single release trigger",
"description": "Get details on a single release trigger.",
"description": "Get details of a single release trigger.",
"operationId": "release_triggers/show",
"tags": [
"Release Triggers"
Expand Down
2 changes: 1 addition & 1 deletion paths/release_triggers/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requestBody:
type: string
example: "Europe/Berlin"
locale_ids:
description: List of locale ids that will be included in the release. If empty, distribution locales will be used
description: List of locale ids that will be included in the release.
type: array
items:
type: string
Expand Down
6 changes: 0 additions & 6 deletions paths/release_triggers/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ parameters:
- "$ref": "../../parameters.yaml#/X-PhraseApp-OTP"
- "$ref": "../../parameters.yaml#/account_id"
- "$ref": "../../parameters.yaml#/distribution_id"
- "$ref": "../../parameters.yaml#/page"
- "$ref": "../../parameters.yaml#/per_page"
responses:
'200':
description: OK
Expand All @@ -28,10 +26,6 @@ responses:
"$ref": "../../headers.yaml#/X-Rate-Limit-Remaining"
X-Rate-Limit-Reset:
"$ref": "../../headers.yaml#/X-Rate-Limit-Reset"
Link:
"$ref": "../../headers.yaml#/Link"
Pagination:
"$ref": "../../headers.yaml#/Pagination"
'400':
"$ref": "../../responses.yaml#/400"
'404':
Expand Down

0 comments on commit 88f8be5

Please sign in to comment.