Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the descriptions of responses grammatically consistent #932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion specification/shared/responses/accepted.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: The does not indicate the success or failure of any
description: This does not indicate the success or failure of any
operation, just that the request has been accepted for processing.

headers:
Expand Down
4 changes: 2 additions & 2 deletions specification/shared/responses/bad_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Bad Request
description: There was an error parsing the request body.

headers:
ratelimit-limit:
Expand All @@ -15,4 +15,4 @@ content:
example:
id: bad_request
message: error parsing request body
request_id: 4851a473-1621-42ea-b2f9-5071c0ea8414
request_id: 4851a473-1621-42ea-b2f9-5071c0ea8414
2 changes: 1 addition & 1 deletion specification/shared/responses/conflict.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Conflict
description: The request could not be completed due to a conflict.

headers:
ratelimit-limit:
Expand Down
2 changes: 1 addition & 1 deletion specification/shared/responses/server_error.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Server error.
description: There was a server error.

headers:
ratelimit-limit:
Expand Down
4 changes: 2 additions & 2 deletions specification/shared/responses/too_many_requests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: API Rate limit exceeded
description: The API rate limit has been exceeded.

headers:
ratelimit-limit:
Expand All @@ -14,4 +14,4 @@ content:
$ref: '../models/error.yml'
example:
id: too_many_requests
message: API Rate limit exceeded.
message: API rate limit exceeded.
2 changes: 1 addition & 1 deletion specification/shared/responses/unauthorized.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Unauthorized
description: Authentication failed due to invalid credentials.

headers:
ratelimit-limit:
Expand Down
2 changes: 1 addition & 1 deletion specification/shared/responses/unexpected_error.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Unexpected error
description: There was an unexpected error.

headers:
ratelimit-limit:
Expand Down
Loading