/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v35
latest
OpenAPI 3.0.0
Proprietary
raw.githubusercontent.com
2026-04-16
56
176
283.0 KB
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