Updates the secrets in a secret group with new values. A new secret version is created for every secret that has a modified value and any omitted secrets are deleted. The returned updated secret group does not have any secret values in the associatedSecrets field. A separate API call to /v1/secrets/{id}
should be made to fetch the associated secret value.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Secret Id of the secret group.
Returns the updated secret group without associated secrets.
The response is of type object
.
Updates the secrets in a secret group with new values. A new secret version is created for every secret that has a modified value and any omitted secrets are deleted. The returned updated secret group does not have any secret values in the associatedSecrets field. A separate API call to /v1/secrets/{id}
should be made to fetch the associated secret value.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Secret Id of the secret group.
Returns the updated secret group without associated secrets.
The response is of type object
.