POST api/2.0/project/report/create
Checks the report data by the URI specified in the request.
Name |
Description |
Type |
Example |
uri
sent in body
|
Report URI
|
string
|
some text
|
POST api/2.0/project/report/create
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"uri": "some text"
}