{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_projects.subpackage_projects/pauses API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_projects.subpackage_projects/pauses", "type": "folder" }, "items": [ { "info": { "name": "✨ List pauses", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/:project_pk/members/:user_pk/pauses/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project_pk", "value": "", "type": "path" }, { "name": "user_pk", "value": "", "type": "path" }, { "name": "include_deleted", "value": "", "type": "query", "description": "Include deleted pauses." }, { "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 a list of all pauses." }, { "info": { "name": "✨ Create pause", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/projects/:project_pk/members/:user_pk/pauses/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project_pk", "value": "", "type": "path" }, { "name": "user_pk", "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 pause entry." }, { "info": { "name": "✨ Get pause", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/:project_pk/members/:user_pk/pauses/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "project_pk", "value": "", "type": "path" }, { "name": "user_pk", "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 a specific pause by ID." }, { "info": { "name": "✨ Update pause", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/projects/:project_pk/members/:user_pk/pauses/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "project_pk", "value": "", "type": "path" }, { "name": "user_pk", "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 a pause entry by ID." }, { "info": { "name": "✨ Delete pause", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/projects/:project_pk/members/:user_pk/pauses/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "project_pk", "value": "", "type": "path" }, { "name": "user_pk", "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 a specific pause by ID." } ] } ], "bundled": true }