diff --git a/code/API_definitions/brand-registration.yaml b/code/API_definitions/brand-registration.yaml index 775d9c2..6edc6c2 100644 --- a/code/API_definitions/brand-registration.yaml +++ b/code/API_definitions/brand-registration.yaml @@ -389,7 +389,6 @@ components: $ref: '#/components/schemas/CampaignName' ErrorInfo: - description: Common schema for errors type: object required: - status @@ -398,13 +397,13 @@ components: properties: 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 + description: A human-readable code to describe the error message: type: string - description: Detailed error description + description: A human-readable description of what the event represents responses: SuccessfulRecord: diff --git a/code/API_definitions/verified-caller.yaml b/code/API_definitions/verified-caller.yaml index 3104f4c..2ae1048 100644 --- a/code/API_definitions/verified-caller.yaml +++ b/code/API_definitions/verified-caller.yaml @@ -240,7 +240,6 @@ components: $ref: '#/components/schemas/ExpiresAt' ErrorInfo: - description: Common schema for errors type: object required: - status @@ -249,13 +248,13 @@ components: properties: 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 + description: A human-readable code to describe the error message: type: string - description: Detailed error description + description: A human-readable description of what the event represents responses: Create201: