This endpoint enables you to update a specific custom field section of their organization. You can update the name, description, and slug of the section. PROVIDER users can pass org_id to update custom field sections for a managed organization.
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
Organization ID. Only PROVIDER users can specify a different organization. If not provided, defaults to your own organization.
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