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
(cherry picked from commit c2628b1)
(cherry picked from commit b9f6822)
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 5ff9e58 commit 126abfe
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 126abfe

Please sign in to comment.