Update Image Information (Authed)

POST https://api.imgur.com/3/image/{{imageHash}}

Updates the title or description of an image.

Response Model: Basic

Parameters

KeyRequiredDescription
titleoptionalThe title of the image.
descriptionoptionalThe 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

KeyDatatypeRequiredDescription
Authorizationstring