InternalCreate a new instance of the service.
Creates a new space property.
Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'Admin' permission for the space.
The ID of the space for which space properties should be returned.
The space property to be created
Returned if the space property was created successfully.
Deletes a space property by its id.
Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'Admin' permission for the space.
The ID of the property to be deleted.
The ID of the space the property belongs to.
Returns all properties for the given space. Space properties are a key-value
storage associated with a space.
The limit parameter specifies the maximum number of results returned in a
single response. Use the link response header
to paginate through additional results.
Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'View' permission for the space.
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionalkey?: stringThe key of the space property to retrieve. This should be used when a user knows the key of their property, but needs to retrieve the id for use in other methods.
Optionallimit?: numberMaximum number of pages per result to return. If more results exist, use the
Link header to retrieve a relative URL that will return the next set of
results.
The ID of the space for which space properties should be returned.
Returned if the requested space properties are returned. results may be empty if no results were found.
Retrieve a space property by its id.
Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'View' permission for the space.
The ID of the property to be retrieved.
The ID of the space the property belongs to.
Returned if the space property was retrieved.
Update a space property by its id.
Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'Admin' permission for the space.
The ID of the property to be updated.
The ID of the space the property belongs to.
The space property to be updated.
Returned if the space property was updated successfully.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-properties