http://api.molis.io/v1/tags/:id
Update tag with :id.
Note: Currently only changing the images
property is allowed.
- 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 tag object that looks like this:
Name | Description | Type | Example / possible value |
images | required Array with objects wirth image id's | Array |
[ { "id":"aadb83502cbd11e281c10800200c9a66" }, { "id":"aff0ef602cbd11e281c10800200c9a66" }, { "id":"b5b1b6a02cbd11e281c10800200c9a66" } ] |
Updated tag object.
todo