Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.08 KB

put-tags-id.md

File metadata and controls

58 lines (49 loc) · 1.08 KB

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

Parameters

All parameters are optional, unless otherwise indicated.

Name Description Example
token required OAuth token ?token=ABC123

Request fields

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"
  }
]

Response fields

Updated tag object.

Examples

todo