Update Record Logging Settings
Replaces the organization’s record logging settings. deliveryConnectionId is replaced, not merged: omitting it, or sending null, removes any destination previously configured.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
enabled
Whether record logging is enabled for the organization.
deliveryConnectionId
Blobstorage connection that receives record logs after each model sync execution. Omit or send null to deliver nowhere; this field is replaced, not merged.
Response
OK
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
