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 .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e2f6ac73c4c14a4ede6b507c3e9315d0b666e65
55568c6c3f680a6022e29ec48b4c0b8785a21370
42 changes: 42 additions & 0 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13867,6 +13867,20 @@ paths:
required:
- code
- message
- type: object
properties:
code:
type: string
description: The error code identifying the type of error.
example: email_domain_not_deliverable
const: email_domain_not_deliverable
message:
type: string
description: A human-readable description of the error.
example: Request could not be processed.
required:
- code
- message
'404':
description: Not Found
content:
Expand Down Expand Up @@ -14212,6 +14226,20 @@ paths:
required:
- code
- message
- type: object
properties:
code:
type: string
description: The error code identifying the type of error.
example: email_domain_not_deliverable
const: email_domain_not_deliverable
message:
type: string
description: A human-readable description of the error.
example: Request could not be processed.
required:
- code
- message
'404':
description: Not Found
content:
Expand Down Expand Up @@ -14552,6 +14580,20 @@ paths:
required:
- error
- error_description
- type: object
properties:
code:
type: string
description: The error code identifying the type of error.
example: email_domain_not_deliverable
const: email_domain_not_deliverable
message:
type: string
description: A human-readable description of the error.
example: Request could not be processed.
required:
- code
- message
'422':
description: Unprocessable Entity
content:
Expand Down
Loading