Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 979 Bytes

put-images-id.md

File metadata and controls

53 lines (45 loc) · 979 Bytes

http://api.molis.io/v1/images/:id

Update image with :id.

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

Response fields

Updated image object.

Examples

todo