Custom Fields Section
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.
put/custom_fields/section/{section_id}
Path parameters
section_idinteger required
Id of the custom field section
Example:6
Query parameters
org_idinteger
Organization ID. Only PROVIDER users can specify a different organization. If not provided, defaults to your own organization.
Request body
Example request
{
"name": "Updated Section Name",
"description": "Updated description for the section",
"slug": "updated-section-slug"
}Response
OK