You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'd like to update the parent container (non-binary data) of an attachment in a Confluence page using Cloud REST API and "curl" command. I looked up the REST API endpoint URL and found this: PUT /rest/api/content/{id}/child/attachment/{attachmentId}
Could somebody provide an example for a correctly constructed JSON input to achieve this? I tried the one below but it fails:
curl -v -u 'admin:xxx' -X PUT -d '{"id": “att000","title":"test.jpeg","type":"attachment","version": {"number": 2,"minorEdit": false},"container":"/rest/api/space/xxx"}' -H 'X-Atlassian-Token:xxx' -H 'Content-Type:application/json' https://xxx.atlassian.net/wiki/rest/api/space
Thank you for your time!
Hi!
introduced a snippets, please checkout
https://developer.atlassian.com/cloud/confluence/rest/intro/
👋 Hi there, a few of us at Atlassian would love to learn about how you use "space settings" functionality in Confluence. A facelift to the space settings is long overdue and we want to start with im...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.