PUT
/
groups
/
{network}
/
{id}
/
ids
/
{file_id}
curl --request PUT \
  --url https://api.pinata.cloud/v3/groups/{network}/{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

network
enum<string>
required

Target either the public or private IPFS network

Available options:
public,
private
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