Skip to content

Commit 1fdf778

Browse files
committed
Added in the missing carrier information to the error responses
1 parent 51dcdb8 commit 1fdf778

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,6 +3831,22 @@ components:
38313831
example: Body of request cannot be null.
38323832
minLength: 1
38333833
description: An error message associated with the failed API call
3834+
carrier_id:
3835+
readOnly: true
3836+
nullable: true
3837+
allOf:
3838+
- $ref: '#/components/schemas/se_id'
3839+
description: A string that uniquely identifies the carrier.
3840+
carrier_code:
3841+
type: string
3842+
readOnly: true
3843+
nullable: true
3844+
description: A string that uniquely identifies the carrier by code.
3845+
carrier_name:
3846+
type: string
3847+
readOnly: true
3848+
nullable: true
3849+
description: A string that uniquely identifies the carrier by name.
38343850
error_source:
38353851
title: error_source
38363852
type: string

0 commit comments

Comments
 (0)