как быть с запросом PUT?
curl -u admin:admin -X PUT -H 'Content-Type: application/json' -d'{"id":"3604482","type":"page",
"title":"new page","space":{"key":"TST"},"body":{"storage":{"value":
"<p>This is the updated text for the new page</p>","representation":"storage"}},
"version":{"number":2}}' http://example.net/confluence/rest/api/content/3604482
С помощью CLI это сделать проще
Обсуждают сегодня