Updates the settings for the departments.
PUT
https://api.vereinsantrag.de/v1/club/departments/settings
Department
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vereinsantrag.de/v1/club/departments/settings' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"required": true,
"allowMultiple": true,
"allowForFamilyMembers": true
}
Request
Body Params application/json