Update a secretCopy Pageput https://{hostname}/api/secrets/secrets/{secretId}This operation modifies the details of the secret.Path ParamssecretIdintegerrequiredUniquely identifies a secret.Body ParamsSecret management secret full schemanamestringrequiredlength between 1 and 128The unique name for this secret.secretStoreIdintegerrequired≥ 1The ID of the secret store that holds this secret.secretUristringrequiredlength between 1 and 2048The URI endpoint where the secret is hosted on the secret store.Responses 200Successful response 400An HTTP 400 will be returned if the request is badly formed or has constraint violations. 403An HTTP 403 will be returned if the principal is not authorized to access the instance of access-map that the request was made against. 404An HTTP 404 will be returned if the access-map with the specified entityId is not found. 409An HTTP 409 will be returned if the access-map offered for create/update would lead to a conflicting state.Updated 3 months ago