{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_organizations.subpackage_organizations/permissions API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_organizations.subpackage_organizations/permissions", "type": "folder" }, "items": [ { "info": { "name": "✨ List organization permission overrides", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/organizations/:id/permissions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "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
\nList all organization-level permission o" }, { "info": { "name": "✨ Create organization permission override", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/organizations/:id/permissions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "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
\nCreate a new organization-level permissi" }, { "info": { "name": "✨ Get configurable permissions options", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/organizations/:id/permissions/options", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "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
\nRetrieve the list of configurable permis" }, { "info": { "name": "✨ Retrieve organization permission override", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/organizations/:id/permissions/:permission", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "permission", "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
\nRetrieve the organization-level permissi" }, { "info": { "name": "✨ Replace organization permission override", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8000/api/organizations/:id/permissions/:permission", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this organization." }, { "name": "permission", "value": "", "type": "path", "description": "Permission key to update within the organization." } ], "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
\nReplace the organization-level permissio" }, { "info": { "name": "✨ Update organization permission override", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/organizations/:id/permissions/:permission", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "permission", "value": "", "type": "path" } ], "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
\nPartially update the organization-level " }, { "info": { "name": "✨ Delete organization permission override", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/organizations/:id/permissions/:permission", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "permission", "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
\nDelete the organization-level permission" } ] } ], "bundled": true }