v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Update Organization Attachment

put/organization/{organization_uid}/attachments/{attachment_uid}

Path parameters

organization_uidstring required

Organization uid

attachment_uidstring required

Attachment uid

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Organization Attachment Updated",
  "title": "Organization Attachment Updated",
  "data": {
    "organization_uid": "organization_uid",
    "attachment_uid": "attachment_uids"
  }
}