Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

III.3. POST requests

Andrey Bogdanov edited this page Mar 19, 2016 · 7 revisions

The requests must be made using HTTP POST request. Request body must be multipart/form-data-encoded. The methods make changes on the server side (except for the /actions/search and /action/markupText ones). The data returned may change at any time, so it should not be cached.

Сontents

Clone this wiki locally