put https://example.com/vault/api/v1/user//secrets/
Update a secret.
Log in to see full request history
Responses
200Secret successfully updated
Update a secret.
200Secret successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/vault/api/v1/user/user_id/secrets/name \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!