Update Record Logging Settings
Replaces the organization’s record logging settings. deliveryConnectionId and deliveryPrefix are replaced, not merged: omitting either, or sending null, removes what was 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.
deliveryPrefix
Path record logs are delivered under, ahead of the organization ID. Omit or send null for none; 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
