This endpoint allows you to update specific fields of guardrails using JSON Patch operations.
Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the guardrails.
"g12345"
The operation to perform. Must be one of: add, remove, replace, copy, move, test
add, remove, replace, copy, move, test "replace"
JSON Pointer (RFC 6901) to a location in the guardrails document. Paths must match the current document shape—compare the response from Get Guardrails (GET /v2/guardrails/{guardrails_id}) before patching.
"/guardrail_name"
The value to be used within the operation. This field is not required for the remove operation.
"Updated Compliance Guardrails"
Guardrails updated successfully
Success message
"Guardrails updated successfully"