v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
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

namestring required

The name of the custom field section. Needs to be unique from all other section names.

descriptionstring nullable

Description of the custom field section

slugstring nullable

Unique identifier slug for the custom field section. Cannot contain any of the following characters: ,;/\|<>

Example request

{
  "name": "Updated Section Name",
  "description": "Updated description for the section",
  "slug": "updated-section-slug"
}

Response

OK

status'success'

Request status