Skip to main content
PATCH
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Path Parameters

objectives_id
string
required

The unique identifier of the objective.

Example:

"o12345"

Body

application/json

Note: The path field is a JSON Pointer string that references a location within the target document where the operation is performed.

For example:

op
enum<string>
required

The operation to perform. Must be one of: add, remove, replace, copy, move, test

Available options:
add,
remove,
replace,
copy,
move,
test
Example:

"replace"

path
string
required

A JSON Pointer string that references a location within the target document where the operation is performed

Example:

"/objective_name"

value
any

The value to be used within the operation. This field is not required for the remove operation.

Example:

"updated_objective_name"

Response

Objective updated successfully

message
string

Success message

Example:

"Objective updated successfully"