v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCustom Fields
Replace all authorized values
🔑
Required OAuth scope: customFields:write.
Replaces all authorized values in the given custom field with the provided ones. Values not included are removed.
put/api/v2/custom-fields/{customFieldId}/authorized-values
Path parameters
customFieldIdstring ObjectId required
Example:507f1f77bcf86cd799439011
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"authorizedValues": [
"2024-06-30"
]
}Response
Returns the updated authorized values.
Example response
[ "2024-06-30" ]