- Ensure the pathfield matches the current guardrails schema.
- For the removeoperation, thevalueparameter is not required.
Authorizations
Path Parameters
The unique identifier of the guardrails.
Example:
"g12345"
Body
application/json · object[]
The operation to perform. Must be one of: add, remove, replace, copy, move, test
Available options: 
add, remove, replace, copy, move, test Example:
"replace"
A JSON Pointer string that references a location within the target document where the operation is performed
Example:
"/guardrail_name"
The value to be used within the operation. This field is not required for the remove operation.
Response
Guardrails updated successfully
Success message
Example:
"Guardrails updated successfully"

