/
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
Bulk upsert hooks
Creates or updates multiple hooks at once. The operation is transactional.
patch
/v1/hooks/bulk
Request body
SchemasBulkUpsertHooksRequest
required
configs
SchemasBulkHookConfig[]
required
Response
OK
SchemasBulkUpsertHooksResponse
required
failed
integer
results
SchemasBulkHookResult[]
success
integer
Changes