Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 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
13 changes: 6 additions & 7 deletions code/API_definitions/brand-registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,22 +389,21 @@ components:
$ref: '#/components/schemas/CampaignName'

ErrorInfo:
description: Common schema for errors
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP status code returned along with this error response
description: HTTP response status code
code:
type: string
description: Code given to this error
message:
type: string
description: Detailed error description
description: A human-readable code to describe the error

responses:
SuccessfulRecord:
Expand Down
13 changes: 6 additions & 7 deletions code/API_definitions/verified-caller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,21 @@ components:
$ref: '#/components/schemas/ExpiresAt'

ErrorInfo:
description: Common schema for errors
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP status code returned along with this error response
description: HTTP response status code
code:
type: string
description: Code given to this error
message:
type: string
description: Detailed error description
description: A human-readable code to describe the error

responses:
Create201:
Expand Down