Reverts a specific rule action by restoring the field's previous value. Creates a new log entry to track the reversal. Works with the following action types:
SET_FIELD
SET_YNAB_FIELD
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
๐ข200OK
application/json
Body
๐ 401Unauthorized
๐ 403Forbidden
๐ 404Not Found
๐ 422Unprocessable Entity
๐ 429Too Many Requests
๐ด500Internal Server Error
๐ด502Bad Gateway
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.synci.io/api/v1/rule-logs//undo' \
--header'Authorization: Bearer <token>'