Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,955
Community Members
 
Community Events
184
Community Groups

Confluence REST API PUT Forbidden (403) Error

Hi, I'm using confluence wiki 7.4.4. Able to perform GET operation but not PUT.

I'm able to create/update page manually thru wiki web but not thru command below, so permission side should be already granted. (unless it is required FULL admin permission to run command below)

Command as below:

curl -v -H "Authorization: Bearer $key" -X PUT -H 'Content-Type: application/json' -d' {"id":"1744849332","type":"page","title":"new page","space":{"key":"software"},"body":{"storage":{"value":"<p>SUCCESS</p>","representation":"storage"}},"version":{"number":10}}' https://wiki.ith.ABC.com/rest/api/content/1744849332

Output as below:

Error Message:

{

    "data": {

        "allowedInReadOnlyMode": true,

        "authorized": false,

        "errors": [],

        "successful": false,

        "valid": true

    },

    "message": "Could not update Content of type : class com.atlassian.confluence.pages.Page with id 1744849332",

    "reason": "Forbidden",

    "statusCode": 403

}

 

Please advice. Thanks.

1 answer

0 votes
Fabian Lim
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 23, 2021

Hi @CK Yiew

It looks like a similar user had the same issue and were able to resolve it.  Here is the post: https://community.atlassian.com/t5/Jira-questions/403-forbidden-error-when-using-POST-method-to-access-rest-api/qaq-p/642248

Regards

The post you linked is about using the framework. The OP there actually says that he doesn't have the issue with CURL, so this is a separate issue.

I'm having the same problem and still haven't figured it out, @CK Yiew did you find a solution since you originally posted?

Rob Fender
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Dec 09, 2022

echoing @Frank Le Grand ... Anyone? Solution?

Same problem being faced here aswell..

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events