Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using the API in Confluence 6.15

RODRIGO PENA RICARDO
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!
May 21, 2019

I have Confluence 6.15 and i am trying to update one of the pages using the API.

When i run the API for updating a page it gives me the error:

HTTP Status 405 – Method Not Allowed

The method received in the request-line is known by the origin server but not supported by the target resource.

The user has permissions to make this kind of changes, i don't know if i'm not supposed to use the API but instead another option. Or if there is even another option to do it.

 

Also i'm looking at this documentation, i'm not sure if it applies for my confluence version:

https://developer.atlassian.com/cloud/confluence/rest/#api-content-get

1 answer

0 votes
sara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2019

Not sure what is the exact issue here.I usually use below curl to update content via api.

 

curl -Eusername -X PUT -H 'Content-Type: application/json' -d'{"id":"128286721","type":"page","title":"new testing","space":{"key":"xyzzy"},"body":{"storage":{"value":
"<p>This is the updated text for the new page</p>","representation":"storage"}},
"version":{"number":2}}' https://xyz.confluence.com/confluence/rest/api/content/128286721

RODRIGO PENA RICARDO
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!
May 22, 2019

Hello,

Thanks for your help, i run the curl command that you sent me but i am getting the same error: 

Method Not Allowed

The method received in the request-line is known by the origin server but not supported by the target resource.

Is there any other way to do this?

sara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2019

Hi,

 

Do you have a proxy like apache infront?.Is http methods like PUT allowed in the proxy config?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events