Modifies an existing department.
PUT
https://api.vereinsantrag.de/v1/club/departments/{id}
Department
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vereinsantrag.de/v1/club/departments/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
Request
Path Params
id
string <uuid>
required
Body Params application/json