POST api/2.0/files/logos
Uploads a temporary image to create a room logo.
Name |
Description |
Type |
Example |
formCollection
sent in body
|
Image data
|
Microsoft.AspNetCore.Http.IFormCollection
|
|
POST api/2.0/files/logos
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"formCollection": null
}
application/json
{
"status": 0,
"response": {
"Success": true,
"Message": "some text"
}
}
text/xml
<result>
<status>0</status>
<response>
<Success>True</Success>
<Message>some text</Message>
</response>
</result>