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'
Update a Connection