Denies a submission.
POST
https://api.vereinsantrag.de/v1/submits/deny
Submits
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vereinsantrag.de/v1/submits/deny' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"submitType": "string",
"notes": "string"
}'
Response Response Example
400 - Example 1
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Request
Body Params application/json