Add Documents To Collection

Add documents to a document collection. Note that the documents must already exist in the document catalog to use this endpoint. If you want to upload a new document to a collection, use the uploadDocumentContents endpoint.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
collectionIdUUIDRequired

The ID of the document collection you want to add to.

resourceIdentifierslist of objectsRequired

The set of resource identifier for which you want to add to the collection.