Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confluence Cloud Space Properties REST API documentation.

Info

Please note. For updates through REST API, Property name must starts with prefix spacefield-

e.g. spacefield-Customer Name

Status
colourBlue
titleDemo - Get Space ID

...

Code Block
breakoutModewide
curl --request PUT \
  --url 'https://{your-domain}/wiki/api/v2/spaces/{space-id}/properties/{property-id}' \
  --user 'email@example.com:<api_token>' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "ilaesolution-space-propertiesspacefield-{Property Name}",
  "value": "--testing--",
  "version": {
    "number": 10
  }
}'

...