- Ensure the
path
match the current persona schema. - For the
remove
operation, thevalue
parameter is not required.
Authorizations
Path Parameters
The unique identifier of the persona.
Example:
"pf3073f2dcc1"
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:
"add"
A JSON Pointer string that references a location within the target document where the operation is performed
Example:
"/layers/llm/model"
The value to be used within the operation. Each request must have a value
field unless you're using remove
operation.
Example:
"tavus-llama-4"
Response
OK