PUT api/2.0/portal/getshortenlink
Returns a link specified in the request in the shortened format.
Name |
Description |
Type |
Example |
Link
sent in body
|
Link
|
System.String
|
|
PUT api/2.0/portal/getshortenlink
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Link": "some text"
}