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 }
Upload result
{ "status": 0, "response": { "Success": true, "Message": "some text" } }