This endpoint enables an ORG_ADMIN to update a specific custom field section of their organization by specifying its ID. You can update the name, description, and slug of the section.
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Id of the custom field section
6
The name of the custom field section. Needs to be unique from all other section names.
60"Section A"
Description of the custom field section
150"Contains primary business information fields"
Unique identifier slug for the custom field section. Cannot contain any of the following characters: ,;/\|<>
1 - 100"section-a"
OK
Request status
success