http://api.molis.io/v1/images/:id
Update image with :id.
- HTTP method: PUT
- Token required: Yes
All parameters are optional, unless otherwise indicated.
Name | Description | Example |
token | required OAuth token | ?token=ABC123 |
The endpoint expects either a single image object that looks like this:
Name | Description | Type | Example / possible value |
tags | required Array of object's with tag id's | Array |
[ { "id":"449458b02cbd11e281c10800200c9a66" }, { "id":"57f214602cbd11e281c10800200c9a66" } ] |
Updated image object.
todo