PUT
/
files
/
groups
/
{id}
/
ids
/
{file_id}
curl --request PUT \
  --url https://api.pinata.cloud/v3/files/groups/{id}/ids/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the target group

file_id
string
required

The ID of the tart file to add to the group

Response

200 - application/json
OK
data
object