{ "operationId": "updateRepeatingInvoiceAttachmentByFileName", "method": "POST", "path": "/RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}", "summary": "Xero Updates a specific attachment from a specific repeating invoices by file name", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "61b24d5c-4d6e-468f-9de1-abbc234b239a", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1553805873362)/", "Attachments": [ { "AttachmentID": "d086d5f4-9c3d-4edc-a87e-906248eeb652", "FileName": "HelloWorld.jpg", "Url": "https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/HelloWorld.jpg", "MimeType": "image/jpg", "ContentLength": 2878711 } ] } } ] }