{ "operationId": "updateManualJournalAttachmentByFileName", "method": "POST", "path": "/ManualJournals/{ManualJournalID}/Attachments/{FileName}", "summary": "Xero Updates a specific attachment from a specific manual journal by file name", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "e1cb9deb-a8f0-477f-b4d1-cf0c6c39e080", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1552401039306)/", "Attachments": [ { "AttachmentID": "16e86f32-3e25-4209-8662-c0dfd91b654c", "FileName": "HelloWorld.jpg", "Url": "https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/HelloWorld.jpg", "MimeType": "image/jpg", "ContentLength": 2878711 } ] } } ] }