From f0c44fb4a83ebe977a21fcc1de28859965b5a0a6 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Wed, 26 Mar 2025 13:08:22 -0700
Subject: [PATCH] openapi: include status message

---
 openapi.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/openapi.yaml b/openapi.yaml
index e086cfa..573f0d0 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -717,6 +717,7 @@ components:
       - SubmissionType
 #     - TargetAssetID
       - StatusID
+      - StatusMessage
       type: object
       properties:
         ID:
@@ -757,6 +758,9 @@ components:
         StatusID:
           type: integer
           format: int32
+        StatusMessage:
+          type: string
+          maxLength: 256
     SubmissionCreate:
       required:
       - DisplayName