Skip to main content
PATCH
/
v1
/
vault
/
connections
/
{id}
curl -X PATCH 'https://api.picaos.com/v1/vault/connections/{connection_id}' \
  -H 'Content-Type: application/json' \
  -H 'x-pica-secret: YOUR_API_KEY' \
  -d '{
    "tags": ["new-user", "main"]
  }'

Path Parameters

id
string
required
The connection ID

Body Parameters

tags
string[]
The connection tags
curl -X PATCH 'https://api.picaos.com/v1/vault/connections/{connection_id}' \
  -H 'Content-Type: application/json' \
  -H 'x-pica-secret: YOUR_API_KEY' \
  -d '{
    "tags": ["new-user", "main"]
  }'