Update Custom Field
Update a learning custom field, including its available options.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Path parameters
custom_field_id
organization_slug
Headers
Secret-Access
Request
This endpoint expects an object.
name
The name of the custom field.
description
A description of the custom field.
maxLength
Required if customFieldType is TEXT.
options
Required if customFieldType is LIST. Each item in the list must be a dictionary with a single key-value pair.
isMultiple
Required if customFieldType is LIST. Indicates if multiple values are allowed.
Response
Custom field updated successfully
originalId
name
slug
organizationId
description
Description of the custom field.
maxLength
customFieldType
Errors
400
Bad Request Error
422
Unprocessable Entity Error
