openapi: include status message
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user