Hi,
From the official Atlassian documentation (https://developer.atlassian.com/cloud/confluence/rest-api-examples/), i used
"history": {
"createdBy": {
"displayName": "A. D. Ministrator",
"profilePicture": { "height": 48, "isDefault": true,
"path": "/confluence/s/en_GB-1988229788/4960/NOCACHE1/_/images/icons/profilepics/default.png", "width": 48 },
"type": "known",
"username": "admin" },
"createdDate": "2014-03-10T23:14:35.031+1100",
"latest": true },
But no success in changing either the date or author of the page.
SS, https://paste.pics/5080ba3d008f3ecc2e0b74c38416ca9b
BR,
Alex
Hi,
Tnx for the confirmation, i have another question related to this is it possible to change the author/createdBy with rest API
"createdBy": {
"displayName": "A. D. Ministrator",
"profilePicture": { "height": 48, "isDefault": true,
"path": "/confluence/s/en_GB-1988229788/4960/NOCACHE1/_/images/icons/profilepics/default.png", "width": 48 },
"type": "known",
"username": "admin" },
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Aleksandar Salevski
No, you can't use the REST API to change a page's createdBy, it is an immutable value that you can only read from the page history. Refer to this article where it's been discussed before, and there is also a link to this feature request to be able to change the page creator.
If you want more information about what aspects of Confluence content you can or can't change, the best place to start is the REST API documentation which describes updating content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.