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