Collections
Collections API
📄️ Lists collections
Lists all document collections the user has access to!
📄️ Create collection
Creates a new empty documents collection. You need the `Creator` role to call this api.
📄️ Get collection
Gets a specific collection by its `id`. If you want to retrieve a personal collection use the user `identityName`
📄️ Upsert collection
Creates a new collection or updates an existing one.
📄️ Delete collection
Deletes a collection by its `id`
📄️ Train collection
Trains all documentos from a collection by its `id`