cURL
curl --request PUT \ --url https://api.sendx.io/api/v1/rest/customfield/{customfieldId} \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data '{ "name": "Updated Field", "type": "number", "shown": false, "isShareable": true, "description": "An updated custom field description" }'
{ "id": "encrypted-id-123", "name": "Updated Field", "type": "number", "description": "An updated custom field description" }
Update Custom Field with the given data.
The CustomFieldId you want to update.
"encrypted_id_123"
Custom Field updated successfully.
The response is of type object.
object
Was this page helpful?