Update a vault provider key
Rotates a provider key or updates its public metadata.
PATCH
/api/vault/provider-keys/{id}Path parameters
idnumberrequiredPath parameter: id
Body
vaultIdstringrequiredapiKeystringlabelstringbaseUrlstringRequest
curl
curl -X PATCH https://platform.trickest.com/api/vault/provider-keys/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Provider key updated
keyobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring