{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Space Settings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Space Settings", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Space Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/settings", "params": [ { "name": "spaceKey", "value": "", "type": "path", "description": "The key of the space to be queried for its settings." } ] }, "docs": "Returns the settings of a space. Currently only the
`routeOverrideEnabled` setting can be returned.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'View' permission for the space." }, { "info": { "name": "Atlassian Update Space Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/settings", "params": [ { "name": "spaceKey", "value": "", "type": "path", "description": "The key of the space whose settings will be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the settings for a space. Currently only the
`routeOverrideEnabled` setting can be updated.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Admin' permission for the space." } ] } ], "bundled": true }