openapi: add status message to validation failure
This commit is contained in:
parent
c6b31b7c73
commit
0271ba4d28
@ -61,6 +61,13 @@ paths:
|
||||
- Submissions
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/SubmissionID'
|
||||
- name: StatusMessage
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
minLength: 0
|
||||
maxLength: 4096
|
||||
responses:
|
||||
"204":
|
||||
description: Successful response
|
||||
|
Loading…
x
Reference in New Issue
Block a user