Set Album Images (Un-Authed)
POST https://api.imgur.com/3/album/{{albumDeleteHash}}
Sets the images for an album, removes all other images and only uses the images in this request.
Response Model: Basic
Parameters
Key | Required | Description |
---|---|---|
deletehashes[] | required | The image deletehashes that you want to be added to the album. |
Request Body
[{"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash}}", "datatype"=>"string"}, {"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash2}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |