/
ME
meganova
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 3w ago
Details
Filter operations
ab-testing
7
admin
79
agents
49
analytics
7
assets
5
audio
1
auth
11
benchmarks
3
blocked-creators
4
cak
2
casting
4
character-reports
2
characters
20
chat
25
connectors
12
creator
48
credits
10
custom-tools
6
embeds
10
escalation-rules
5
get
List Rules
post
Create Rule
put
Update Rule
delete
Delete Rule
post
Evaluate Rules
images
8
impersonate
1
integrations
14
lorebooks
16
marketplace
19
mcp-tools
3
memories
4
memory-health
1
models
4
notifications
5
personas
5
referral
9
seo
6
short-urls
1
spaces
5
storage
5
storage-providers
11
stripe
20
support-metrics
2
trailers
6
user
4
videos
4
get
Read Root
get
Redirect Short Url
get
Health Check
escalation-rules
Update Rule
Update an escalation rule.
put
/escalation-rules/rules/{rule_id}
Path parameters
rule_id
string
uuid
required
Request body
EscalationRuleUpdate
required
name
string
nullable
description
string
nullable
rule_type
string
nullable
conditions
object
nullable
priority
string
nullable
auto_escalate
boolean
nullable
notify_only
boolean
nullable
sort_order
integer
nullable
is_active
boolean
nullable
Response
Successful Response
EscalationRuleResponse
required
id
string
required
space_id
string
required
name
string
required
description
string
nullable
required
is_active
boolean
required
rule_type
string
required
conditions
object
required
priority
string
required
auto_escalate
boolean
required
notify_only
boolean
required
sort_order
integer
required
created_at
string
required
updated_at
string
required
Changes