Skip to content

Add document to group

POST
/v2/document/group/{groupId}/documents

Add a document to a group

groupId
required
string
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

A group Id

object
groupId
required

The Group Id

string format: uuid
files
required

The files to add to the group

Array<string>

Created successfully

The resource has been successfully created.

object
groupId
required

The Group Id

string format: uuid
documentIds
required

The Document Ids

Array<string>

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error