openapi: include status message

This commit is contained in:
Quaternions 2025-03-26 13:08:22 -07:00
parent 4fec1bba47
commit f0c44fb4a8
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -717,6 +717,7 @@ components:
- SubmissionType - SubmissionType
# - TargetAssetID # - TargetAssetID
- StatusID - StatusID
- StatusMessage
type: object type: object
properties: properties:
ID: ID:
@ -757,6 +758,9 @@ components:
StatusID: StatusID:
type: integer type: integer
format: int32 format: int32
StatusMessage:
type: string
maxLength: 256
SubmissionCreate: SubmissionCreate:
required: required:
- DisplayName - DisplayName