{
"user_ids": [
123
]
}
{
"id": 123,
"name": "string",
"folder_id": {},
"file_path": {},
"file_type": "string",
"file_url": {},
"summary": "string",
"visibility": "string",
"version": 123,
"owner_id": 123,
"created_at": "string",
"updated_at": "string"
}
Documents
Add collaborators to a document
Adds collaborators to a document.
PUT
/
api
/
v0
/
documents
/
{document_id}
/
collaborators
{
"user_ids": [
123
]
}
{
"id": 123,
"name": "string",
"folder_id": {},
"file_path": {},
"file_type": "string",
"file_url": {},
"summary": "string",
"visibility": "string",
"version": 123,
"owner_id": 123,
"created_at": "string",
"updated_at": "string"
}
Add collaborators to a document
Adds collaborators to a document.Path Parameters
integer
required
No description provided
Request Body
This endpoint requires a request body.{
"user_ids": [
123
]
}
Response
object
The response data for this endpoint.
{
"id": 123,
"name": "string",
"folder_id": {},
"file_path": {},
"file_type": "string",
"file_url": {},
"summary": "string",
"visibility": "string",
"version": 123,
"owner_id": 123,
"created_at": "string",
"updated_at": "string"
}