{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_projects.subpackage_projects/roles API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_projects.subpackage_projects/roles", "type": "folder" }, "items": [ { "info": { "name": "✨ List project roles for current user", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/roles/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\n\n List project roles for requeste" }, { "info": { "name": "✨ Create project role for user", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/projects/roles/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\n\n Create project role for user al" }, { "info": { "name": "✨ Remove project role for user", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/projects/roles/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this project role." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\n\n Remove project role for user al" }, { "info": { "name": "✨ List project roles", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/:id/roles", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\n\n List users and their project le" } ] } ], "bundled": true }