/
ON
onboard
/
Onboard API - Complete Specification
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 1d ago
Details
Filter operations
Activity
2
Assets
12
Billing
2
Bots
66
Comments
22
Communication Records
18
Conversations
14
Custom
14
Email
25
Forms
15
Hooks
12
Knowledge Base
23
get
GET /kb/collections
post
POST /kb/collections
options
OPTIONS /kb/collections
get
GET /kb/collections/{id}
put
PUT /kb/collections/{id}
delete
DELETE /kb/collections/{id}
options
OPTIONS /kb/collections/{id}
patch
PATCH /kb/collections/{id}
get
GET /kb/sources
post
POST /kb/sources
options
OPTIONS /kb/sources
get
GET /kb/sources/{id}
put
PUT /kb/sources/{id}
delete
DELETE /kb/sources/{id}
options
OPTIONS /kb/sources/{id}
patch
PATCH /kb/sources/{id}
post
POST /kb/sources/{id}/refresh
options
OPTIONS /kb/sources/{id}/refresh
post
POST /kb/sources/{id}/link
delete
DELETE /kb/sources/{id}/link
options
OPTIONS /kb/sources/{id}/link
get
GET /kb/sources/{id}/chunks
options
OPTIONS /kb/sources/{id}/chunks
Map
271
Platform
105
Stats
46
Workflows
32
Knowledge Base
PATCH /kb/collections/{id}
PATCH operation for /kb/collections/{id}
patch
/kb/collections/{id}
Path parameters
id
string
required
Request body
KBCollectionSerializer
required
id
integer
name
string
required
description
string
source_count
integer
created_at
string
date-time
modified_at
string
date-time
Response
Successful response
KBCollectionSerializer
required
id
integer
name
string
required
description
string
source_count
integer
created_at
string
date-time
modified_at
string
date-time
Changes