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-VersionstringOptional

Request

This endpoint expects an object.
enabledbooleanRequired
Whether record logging is enabled for the organization.
deliveryConnectionIdstringOptionalformat: "uuid"

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
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error