Update multiple submissions
PUT/submissions/by/ids
Update multiple submissions
Request
- application/json
Body
Submission IDs and state to update
submissionIds string[]required
state stringrequired
Possible values: [approved
, rejected
]
Responses
- 200
- 401
- 403
- default
Success
- application/json
- Schema
Schema
string
Possible values: [OK
]
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Forbidden access"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...