Fix Submission StatusMessage #27

Merged
Quaternions merged 3 commits from pr into staging 2025-03-26 20:10:10 +00:00
Showing only changes of commit f0c44fb4a8 - Show all commits

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