{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Space Properties API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Space Properties",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Space Properties",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space to be queried for its properties."
},
{
"name": "expand",
"value": "",
"type": "query",
"description": "A multi-value parameter indicating which properties of the space\nproperty to expand. By default, the `version` object is expanded.\n\n- `version` returns information about the version of the content.\n- `space` returns the space that the properties are in."
},
{
"name": "start",
"value": "",
"type": "query",
"description": "The starting index of the returned objects."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of properties to return per page. Note, this may be\nrestricted by fixed system limits."
}
]
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Returns all properties for the given space. Space properties are a key-value storage associated with a space.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**: ‘View’ permission for the space."
},
{
"info": {
"name": "Atlassian Create Space Property",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space that the property will be created in."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Creates a new space property.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**:
‘Admin’ permission for the space."
},
{
"info": {
"name": "Atlassian Get Space Property",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property/:key",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space that the property is in."
},
{
"name": "key",
"value": "",
"type": "path",
"description": "The key of the space property."
},
{
"name": "expand",
"value": "",
"type": "query",
"description": "A multi-value parameter indicating which properties of the space\nproperty to expand. By default, the `version` object is expanded.\n\n- `version` returns information about the version of the content.\n- `space` returns the space that the properties are in."
}
]
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Returns a space property.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**: ‘View’ permission for the space."
},
{
"info": {
"name": "Atlassian Create Space Property for Key",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property/:key",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space that the property will be created in."
},
{
"name": "key",
"value": "",
"type": "path",
"description": "The key of the property to be created."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Creates a new space property. This is the same as `POST
/wiki/rest/api/space/{spaceKey}/property` but the key for the property is passed as a
path parameter, rather than in the request body.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**:
‘Admin’ permission for the space."
},
{
"info": {
"name": "Atlassian Update Space Property",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property/:key",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space that the property is in."
},
{
"name": "key",
"value": "",
"type": "path",
"description": "The key of the property to be updated."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Updates a space property. Note, you cannot update the key of a space
property, only the value.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**:
‘Admin’ permission for the space."
},
{
"info": {
"name": "Atlassian Delete Space Property",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/wiki/rest/api/space/:spaceKey/property/:key",
"params": [
{
"name": "spaceKey",
"value": "",
"type": "path",
"description": "The key of the space that the property is in."
},
{
"name": "key",
"value": "",
"type": "path",
"description": "The key of the property to be deleted."
}
]
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Deletes a space property.
**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**:
‘Admin’ permission for the space."
}
]
}
],
"bundled": true
}