Link a provider folder into a collection
POSThttps://platform.docana.com/api/v1/collections/:collectionId/linked-folder/
Mirrors one provider folder (subfolders included) into the collection through the caller’s connection: creates the folder mount when the collection has none for that provider, flips it to linked-folder sync, and starts the first sync immediately. Requires write access to the collection and ownership of the connection; counts against the plan’s linked-folders quota. Find folder ids with listConnectionFolders.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The linked mount; the first sync is running
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the collection, or the connection belongs to another user
No such collection or connection
Unexpected server error.