diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 1155bf89..9e4d65d3 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4377,6 +4377,13 @@ "items" : { "$ref" : "#/components/schemas/ValidationError" } + }, + "Warnings" : { + "type" : "array", + "description" : "Displays array of warning messages from the API", + "items" : { + "$ref" : "#/components/schemas/ValidationError" + } } }, "description" : "", @@ -6094,7 +6101,7 @@