Upload a new piece of media to the media service
The information that is provided to upload some media.
POST //media/files/{code} HTTP/1.1 Host: api.ecosuite.io Content-Type: application/json Accept: */* Content-Length: 98 { "contentType": "text", "contentEncoding": "text", "name": "text", "description": "text", "tags": [ "text" ] }
successful operation
{ "url": "text" }