Private
clientCreates a new space property.
Permissions required: ‘Admin’ permission for the space.
Optional
callback: undefinedCreates a new space property. This is the same as POST /api/space/{spaceKey}/property
but the key for the
property is passed as a path parameter, rather than in the request body.
Permissions required: ‘Admin’ permission for the space.
Creates a new space property. This is the same as POST /api/space/{spaceKey}/property
but the key for the
property is passed as a path parameter, rather than in the request body.
Permissions required: ‘Admin’ permission for the space.
Optional
callback: undefinedDeletes a space property.
Permissions required: ‘Admin’ permission for the space.
Deletes a space property.
Permissions required: ‘Admin’ permission for the space.
Optional
callback: undefinedReturns all properties for the given space. Space properties are a key-value storage associated with a space.
Permissions required: ‘View’ permission for the space.
Returns all properties for the given space. Space properties are a key-value storage associated with a space.
Permissions required: ‘View’ permission for the space.
Optional
callback: undefinedReturns a space property.
Permissions required: ‘View’ permission for the space.
Returns a space property.
Permissions required: ‘View’ permission for the space.
Optional
callback: undefinedUpdates a space property. Note, you cannot update the key of a space property, only the value.
Permissions required: ‘Admin’ permission for the space.
Updates a space property. Note, you cannot update the key of a space property, only the value.
Permissions required: ‘Admin’ permission for the space.
Optional
callback: undefinedGenerated using TypeDoc v0.25.12
Creates a new space property.
Permissions required: ‘Admin’ permission for the space.