post https://api.assetpanda.com/v3/group/objects//attachments
Linking an attachment to an object
Upload and link the desired attachments to an object
See Parameters and Form Data below.
Parameters and Form Data
| Path Parameters | Required/Optional | Description | Type |
|---|---|---|---|
group_object_id | required | The value for the object where you want to add the attachment. | string |
| Form Data | Required/Optional | Description | Type |
|---|---|---|---|
file | required | The file that you want to attach to the asset. | file |
type | required | The type of the file you want to attach. It can take only one of the following values: Image, VoiceNote, Video, and Document. | string |
