Patch Objective
This endpoint allows you to update specific fields of an objective using JSON Patch operations.
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
The unique identifier of the objective.
"o12345"
Body
Note: The path field is a JSON Pointer string that references a location within the target document where the operation is performed.
For example:
The operation to perform. Must be one of: add, remove, replace, copy, move, test
add, remove, replace, copy, move, test "replace"
A JSON Pointer string that references a location within the target document where the operation is performed
"/objective_name"
The value to be used within the operation. This field is not required for the remove operation.
"updated_objective_name"
Response
Objective updated successfully
Success message
"Objective updated successfully"

