put https://api.assetpanda.com/v3/groups//objects//attachment//attach
Use this endpoint to attach an existing attachment to a specified object within a group.
See Parameters and Authentication below.
Parameters
| Path Parameters | Required/Optional | Description | Type |
|---|---|---|---|
group_id | required | ID of the group in which you wish to attach the attachment. | string |
group_object_id | required | ID of the record (object) you wish to attach the attachment to. | string |
attachment_id | required | ID of the attachment you wish to attach. | string |
Authentication
| Key | Description |
|---|---|
| Authorization | Your Bearer token. |
