From b9f6822ce747bfd5a2c823ad4217f1f6eea240fd Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 2 Oct 2020 13:09:29 -0700 Subject: [PATCH] Added in the missing carrier information to the error responses (cherry picked from commit c2628b18a255a2690808b8f3419cb08600bd9167) --- openapi.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 8894fb9..98f2369 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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