0

Is it even possible to create a page using the Prototype REST API?

I know how to do this using the REST API (available with Confluence 5.5 and up), but I'm not sure how to do this on older versions. For new api, I do it like that: {url}/rest/api/content and provide parameters like type, space, title and ancestors. For the Prototype API I've tried to do: {url}/rest/prototype/latest/content.json and provide the same parameters, but I get "Request failed: method not allowed (405)" in response.

4

1 回答 1

1

原来,原型 REST API 是只读的。

于 2015-09-24T09:57:06.363 回答