Update Gallery Item Tags
POST https://api.imgur.com/3/gallery/tags/{{galleryHash}}
Update the tags for a post in the gallery
Request Body
[{"name"=>"id", "value"=>"{{galleryHash}}", "datatype"=>"string"}, {"name"=>"tags", "value"=>"funny,cats", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |