Create Rollback.
POST
/api/admin/logging-policies/rows/{rowId}/rollback
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/logging-policies/rows/example/rollback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "confirmation": "CONFIRM LOGGING POLICY ROLLBACK" }'Create Rollback in the Logging - Policies area. The request body is JSON unless the detailed schema for this operation states otherwise.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” rowId
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
confirmation
string
key
additional properties
Example
{ "confirmation": "CONFIRM LOGGING POLICY ROLLBACK"}Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
Example
{ "item": { "id": "pol_123", "tenant_id": "tenant_123", "log_type": "security", "plane": "control", "destination_id": "dest_123", "fallback_policy_id": null, "enabled": 1, "managed_by": "platform", "change_protection": "confirm", "approval_policy_id": null, "policy_hash": "sha256:abc123", "version": 1, "created_at": 1770000000000, "updated_at": 1770000000000 }, "audit_id": "audit_123", "version": 1}default
Section titled “default ”Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}