Post new media file to opened document
A request to put new media file to be bundled in already opened document.
POST /api/v1/documents/{docId}/media HTTP/1.1
- Path parameters
| Parameter | Description |
|---|---|
docId | The ID of the file |
- Request multipart form data
| Part | Description |
|---|---|
file | The file to be uploaded. |
- Example request
curl -i -X POST -H "Content-Type: multipart/form-data" -F "file=@image.png" 'http://localhost:9094/api/v1/documents/O3232hs18Aav0CUzW1X/media' -H 'X-co-auth-token: 8705adfeb88111b472e089a6af6aa929'
- Example response
HTTP/1.1 204 No content
Content-Length: 0