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
# - 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