# Updates the Description of an Items Attached File Endpoint: PATCH /items/{itemId}/images/{imageId} Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Path parameters: - `itemId` (string, required) Item Id - `imageId` (string, required) Attached File Id ## Request fields (application/json-patch+json): - `description` (string, required) ## Response 200 fields (application/json): - `placement` (integer) - `rowDeleted` (boolean) - `attachedFileID` (string,null) - `ownerID` (string) - `description` (string,null) - `fileData` (string,null) - `isPicture` (boolean) - `originalFile` (string,null) - `imageURL` (string,null) - `mimeType` (string,null) Content type of the file that is being used on upload of an image. This is expected to be blank when it is coming from the database. ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields