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
2 changes: 1 addition & 1 deletion apify-api/openapi/components/responses/Conflict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ content:
$ref: ../schemas/common/ErrorResponse.yaml
example:
error:
type: record-not-unique
type: actor-name-not-unique
message: Record with the given name already exists.
2 changes: 1 addition & 1 deletion apify-api/openapi/components/responses/Forbidden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ content:
$ref: ../schemas/common/ErrorResponse.yaml
example:
error:
type: permission-denied
type: insufficient-permissions
message: You do not have permission to perform this action.
2 changes: 1 addition & 1 deletion apify-api/openapi/components/responses/Unauthorized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ content:
$ref: ../schemas/common/ErrorResponse.yaml
example:
error:
type: token-not-valid
type: invalid-token
message: Authentication token is not valid.
Loading