PUT
/
groups
/
{id}
/
cids
curl --request PUT \
  --url https://api.pinata.cloud/groups/{id}/cids \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cids": [
    "QmVLwvmGehsrNEvhcCnnsw5RQNseohgEkFNN1848zNzdng",
    "bafkreih5aznjvttude6c3wbvqeebb6rlx5wkbzyppv7garjiubll2ceym4"
  ]
}'
"OK"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
cids
string[]

Response

200 - text/plain
OK

The response is of type string.