Hi everyone,
I’m currently trying to update a content property for a Confluence page using the REST API (by page ID). Still, I’ve run into several issues and haven’t been able to find any working examples or reliable guidance.
What I’m trying to do
I want to update a content property on a page using its ID via the REST API.
Issues encountered
-
I couldn’t find any complete or working sample in the official documentation.
-
The REST API documentation seems incomplete and lacks practical examples for this specific use case.
-
The actual API responses I receive do not fully match what is described in the documentation.
-
It’s unclear which endpoint and request format should be used to update (vs. create) a content property.
What I’ve tried
-
Checked the official Confluence Cloud REST API docs
-
Attempted using endpoints like:
wiki/api/v2/pages/1165394197/properties/1165394525
-
Tried both GET and PUT methods, but the results were inconsistent or resulted in errors
Questions
-
What is the correct endpoint and HTTP method to update an existing content property for a page by ID?
-
Is there a required request body format (including versioning) that is not clearly documented?
-
Are there any working examples or recommended practices for this?
