secrets
Update Secret
Updates the attribute on a specific secret using its unique id.
Args: secret_id: ID of the secret to get. secret_update: the model containing the attributes to update. patch_values: Whether to patch the secret values or replace them.
Returns: The updated secret object.
put/api/v1/secrets/{secret_id}
Path parameters
secret_idstring uuid required
Query parameters
patch_valuesboolean nullable
Request body
Response
Successful Response