PAL
Patch PAL
This endpoint allows you to update specific fields of a PAL using JSON Patch operations.
PATCH
For AI agents, use
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
The unique identifier of the PAL.
Example:
"pcb7a34da5fe"
Body
application/json
The operation to perform. Must be one of: add, remove, replace, copy, move, test
Available options:
add, remove, replace, copy, move, test Example:
"add"
The value to be used within the operation. This field is not required for the remove operation.
Example:
"tavus-llama-4"
Response
OK

