Modifies an existing custom field.
PUT
https://api.vereinsantrag.de/v1/club/membership-form/custom-fields/{id}
CustomField
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vereinsantrag.de/v1/club/membership-form/custom-fields/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"internalName": "string",
"isRequired": true,
"caption": "string",
"type": "Text",
"category": "Member",
"settings": "string",
"order": 0
}
Request
Path Params
id
stringÂ
required
Body Params application/json