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