/
US
usesecuro
/
Securo
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
accounts
10
admin
12
asset-groups
4
assets
19
attachments
5
auth
20
budgets
5
categories
4
category-groups
4
collections
4
connections
13
currencies
1
dashboard
5
export
1
fx-rates
2
goals
6
groups
15
import
2
import-logs
2
info
2
payees
7
recurring-transactions
5
reports
3
rules
9
get
List Rules
post
Create Rule
get
Export Rules
post
Import Rules
delete
Delete Rule
patch
Update Rule
get
List Rule Packs
post
Install Rule Pack
post
Apply All Rules
search
1
settings
1
setup
2
transactions
17
users
7
workspaces
10
get
Health Check
rules
Update Rule
patch
/api/rules/{rule_id}
Path parameters
rule_id
string
uuid
required
Headers
X-Workspace-Id
string
nullable
Request body
RuleUpdate
required
name
string
nullable
conditions_op
string
nullable
conditions
RuleCondition[]
nullable
actions
RuleAction[]
nullable
priority
integer
nullable
is_active
boolean
nullable
apply_to_existing
boolean
nullable
overwrite_existing_categories
boolean
Response
Successful Response
RuleMutationResponse
required
A changed rule plus how many existing transactions it just affected.
id
string
uuid
required
user_id
string
uuid
required
name
string
required
conditions_op
string
required
conditions
object[]
required
actions
object[]
required
priority
integer
required
is_active
boolean
required
applied_count
integer
Changes