v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Add Organization Attachments

post/organization/{organization_uid}/attachments

Path parameters

organization_uidstring required

Organization uid

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Organization Attachment Added",
  "title": "Organization  Attachment Added",
  "data": {
    "organization_uid": "organization_uid",
    "attachment_uids": [
      "attachment_uids"
    ]
  }
}