openapi: include status message

This commit is contained in:
2025-03-26 13:08:22 -07:00
parent 4fec1bba47
commit f0c44fb4a8

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