v1
latestOpenAPI 3.1.02026-07-146965205.7 KBTrajectory
Update Trajectory
Updates an existing trajectory with new motion data.
patch/trajectories/{name}
Path parameters
namestring required
Name of the trajectory to update
Name of the trajectory to update
Request body
Example request
{
"options": {
"color": [
[
206,
0,
88
],
[
144,
59,
128
],
[
83,
118,
167
]
]
}
}Response
Successful Response
Example response
{
"options": {
"color": [
[
206,
0,
88
],
[
144,
59,
128
],
[
83,
118,
167
]
]
}
}