/
BR
brainbasehq
/
BrainBase API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2m ago · Updated 2y ago
View markdown
brainbasehq
BrainBase API
post
Update a worker
ab4ce60666d2
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2025-02-04
15
26
35.7 KB
Flows
5
Voice Deployments
5
Workers
5
get
Get all workers for the team
post
Create a new worker
get
Get a single worker
post
Update a worker
delete
Delete a worker
Workers
Update a worker
post
/api/workers/{id}
Path parameters
id
string
required
Request body
UpdateWorkerRequest
required
name
string
Name of the worker
description
string
Description of the worker
Response
Updated worker
Workers
required
id
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
name
string
required
description
string
nullable
status
string
nullable
lastRefreshedAt
string
date-time
nullable
teamId
string
required
flowsIds
string[]
deploymentsIds
string[]
resourcesIds
string[]
integrationsIds
string[]