Update Attachment Data

Updates the binary data of an attachment, given the attachment ID, andoptionally the comment and the minor edit field.This method is essentially the same as [Create or update attachments](#api-content-id-child-attachment-put),except that it matches the attachment ID rather than the name.Note, you must set a `X-Atlassian-Token: nocheck` header on the requestfor this method, otherwise it will be blocked. This protects against XSRFattacks, which is necessary as th...