Update Image Information (Authed)
POST https://api.imgur.com/3/image/{{imageHash}}
Updates the title or description of an image.
Response Model: Basic
Parameters
Key | Required | Description |
---|---|---|
title | optional | The title of the image. |
description | optional | The description of the image. |
Request Body
[{"name"=>"title", "value"=>"Heart", "datatype"=>"string"}, {"name"=>"description", "value"=>"This is an image of a heart outline.", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |