Update an existing vault secret
Vault
Update an existing vault secret
Update the value of an existing vault secret identified by name. Returns 404 when the secret does not exist; the upsert endpoint should be used to handle that case implicitly.
PUT
Update an existing vault secret
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Secret updated successfully