PATCH
/
v1
/
vault
/
connections
/
{id}
curl --location --request PATCH 'https://api.picaos.com/v1/vault/connections/{connection_id}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tags": ["new-user", "main"]
}' \
--header 'x-pica-secret: YOUR_API_KEY'

Path Parameters

id
string
required
The connection ID

Body Parameters

tags
string[]
The connection tags

Response

200
Success
curl --location --request PATCH 'https://api.picaos.com/v1/vault/connections/{connection_id}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tags": ["new-user", "main"]
}' \
--header 'x-pica-secret: YOUR_API_KEY'