Update the stored value on a custom field record in the Terminal49 API. The associated definition slug and parent resource reference remain unchanged.
Use this endpoint to update an existing custom field value.Documentation Index
Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
id | The unique identifier of the custom field value to update |
| Parameter | Required | Description |
|---|---|---|
value | Yes | The new field value (must match the definition’s data type) |
updated_by user is recorded for audit purposesToken YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Custom field ID