{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Project Classification Levels API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Classification Levels", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get The Default Data Classification Level Of A Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/classification-level/default", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case-sensitive)." } ] }, "docs": "Returns the default data classification for a project.

**[Permissions](#permissions) required:**

* *Browse Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
* *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
* *Administer jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." }, { "info": { "name": "Atlassian Update The Default Data Classification Level Of A Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/classification-level/default", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case-sensitive)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the default data classification level for a project.

**[Permissions](#permissions) required:**

* *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
* *Administer jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." }, { "info": { "name": "Atlassian Remove The Default Data Classification Level From A Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/classification-level/default", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case-sensitive)." } ] }, "docs": "Remove the default data classification level for a project.

**[Permissions](#permissions) required:**

* *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
* *Administer jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." } ] } ], "bundled": true }