Skip to content

Commit

Permalink
Added in the missing carrier information to the error responses
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent a4a1e51 commit c2628b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4141,6 +4141,22 @@ components:
example: Body of request cannot be null.
minLength: 1
description: An error message associated with the failed API call
carrier_id:
readOnly: true
nullable: true
allOf:
- $ref: '#/components/schemas/se_id'
description: A string that uniquely identifies the carrier.
carrier_code:
type: string
readOnly: true
nullable: true
description: A string that uniquely identifies the carrier by code.
carrier_name:
type: string
readOnly: true
nullable: true
description: A string that uniquely identifies the carrier by name.
error_source:
title: error_source
type: string
Expand Down

0 comments on commit c2628b1

Please sign in to comment.