Space Properties

Create space property in space

Creates a new space property.

Permissions required: Permission to access the Confluence site ('Can use' global permission) and 'Admin' permission for the space.

post/spaces/{space-id}/properties

Path parameters

space-idinteger required

The ID of the space for which space properties should be returned.

Request body

keystring

Key of the space property

{"stackTrail":"components:schemas:SpacePropertyCreateRequest:properties:value","oasType":"schema","type":"unknown","description":"Value of the space property."}

Response

Returned if the space property was created successfully.

idstring

ID of the space property.

keystring

Key of the space property.

{"stackTrail":"components:schemas:SpaceProperty:properties:value","oasType":"schema","type":"unknown","description":"Value of the space property."}
createdAtstring date-time

RFC3339 compliant date time at which the property was created.

createdBystring

Atlassian account ID of the user that created the space property.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.