Skip to content

Commit b9f6822

Browse files
committed
Added in the missing carrier information to the error responses
(cherry picked from commit c2628b1)
1 parent bf993ba commit b9f6822

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
@@ -4141,6 +4141,22 @@ components:
41414141
example: Body of request cannot be null.
41424142
minLength: 1
41434143
description: An error message associated with the failed API call
4144+
carrier_id:
4145+
readOnly: true
4146+
nullable: true
4147+
allOf:
4148+
- $ref: '#/components/schemas/se_id'
4149+
description: A string that uniquely identifies the carrier.
4150+
carrier_code:
4151+
type: string
4152+
readOnly: true
4153+
nullable: true
4154+
description: A string that uniquely identifies the carrier by code.
4155+
carrier_name:
4156+
type: string
4157+
readOnly: true
4158+
nullable: true
4159+
description: A string that uniquely identifies the carrier by name.
41444160
error_source:
41454161
title: error_source
41464162
type: string

0 commit comments

Comments
 (0)