v1

latestOpenAPI 3.1.02026-07-146965205.7 KB
Trajectory

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

namestring required

Name of the trajectory

pathstring required

Prim path of the trajectory

Example response

{
  "options": {
    "color": [
      [
        206,
        0,
        88
      ],
      [
        144,
        59,
        128
      ],
      [
        83,
        118,
        167
      ]
    ]
  }
}