From 3a8eefa19c90325dba335deda0a48d0d4ef79b29 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Mon, 28 Sep 2020 16:13:44 -0700 Subject: [PATCH] This must be nullable, as it comes back null for USPS manifest documents from Endicia. (cherry picked from commit aad88e305e79d41c7fc89128a1a25351a20aa7d5) --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 0fd7a5c..49620bb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10001,6 +10001,7 @@ components: - $ref: '#/components/schemas/se_id' description: A string that uniquely identifies the warehouse submission_id: + nullable: true readOnly: true type: string minLength: 1