...
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 | ||||
---|---|---|---|---|
|
...
Code Block | ||
---|---|---|
| ||
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 } }' |
...