Update custom field sections
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.
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Path Parameters
Id of the custom field section
6
Query Parameters
Organization ID. Only PROVIDER users can specify a different organization. If not provided, defaults to your own organization.
Body
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"
Response
OK
Request status
success