Use this endpoint to update an existing custom field value.Documentation Index
Fetch the complete documentation index at: https://terminal49-mintlify-custom-fields-api-docs-24325.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
| Parameter | Description |
|---|---|
id | The unique identifier of the custom field value to update |
Request body
| Parameter | Required | Description |
|---|---|---|
value | Yes | The new field value (must match the definition’s data type) |
Behavior
- The new value is validated against the field definition’s data type
- For enum fields, the value must match one of the definition’s configured options
- The
updated_byuser is recorded for audit purposes - Update pathway tracking records the source of the change