Link a collection to an application
PUThttps://platform.docana.com/api/v1/applications/:id/collections/:collectionId/
Grants the application access to the collection, so its agents can search and read the documents inside. The caller needs write access to the application and access to the collection.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The collection is linked to the application
The collection cannot be linked
The API key or session is missing, expired, or malformed.
No application write or collection access
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.