/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4mo ago
Details
Filter operations
Admin
21
Authorization
4
Gateways
7
Hooks
6
get
List hooks
post
Create a hook
patch
Bulk upsert hooks
get
Get a hook
delete
Delete a hook
patch
Update a hook
LLM
1
Operations
3
Plugins
5
Tools
9
Hooks
Update a hook
Updates an existing hook configuration
patch
/v1/hooks/{hook_id}
Path parameters
hook_id
string
required
Hook ID
Request body
SchemasPatchHookRequest
required
failure_mode
'fail_closed'
|
'fail_open'
phase
'before'
|
'after'
priority
integer
status
'inactive'
|
'active'
timeout_ms
integer
Response
OK
SchemasHookResponse
required
cache_enabled
boolean
cache_ttl_ms
integer
created_at
string
failure_mode
'fail_closed'
|
'fail_open'
hook_point
string
id
string
name
string
phase
'before'
|
'after'
plugin_id
string
priority
integer
status
'inactive'
|
'active'
timeout_ms
integer
updated_at
string
version
integer
Changes