Activate a custom data definition
Sets the definition status to active. Active definitions accept new records via saveCustomDataRecords and bulkDeleteCustomDataRecords; inactive definitions reject those calls. The operation is idempotent — calling on an already active definition succeeds without change.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Path Parameters
Unique identifier of the custom data definition to activate.
Responses
Client error - Invalid request or authentication issues
Activate a custom data definition Sets the definition status to active. Active definitions accept new records via saveCustomDataRecords and bulkDeleteCustomDataRecords; inactive definitions reject those calls. The operation is idempotent — calling on an already active definition succeeds without change. PATCH /v1/custom-data-definitions/{id_definition}/activate activateCustomDataDefinition Custom data definitions spm-api-key [Authentication] Required API key. id_definition Unique identifier of the custom data definition to activate. Client error - Invalid request or authentication issues Server error - Internal processing failure