{ "opencollection": "1.0.0", "info": { "name": "Sana Assignments API", "version": "0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Assignments", "type": "folder" }, "items": [ { "info": { "name": "List a user's assignments.", "type": "http" }, "http": { "method": "GET", "url": "https://.sana.ai/api/v0/users/:userId/assignments", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "List a user's assignments." }, { "info": { "name": "Assign content to a user.", "type": "http" }, "http": { "method": "POST", "url": "https://.sana.ai/api/v0/users/:userId/assignments", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Assign content to a user." }, { "info": { "name": "Delete a user's assignment.", "type": "http" }, "http": { "method": "DELETE", "url": "https://.sana.ai/api/v0/users/:userId/assignments", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete a user's assignment." } ] } ], "bundled": true }