Trajectory
Create Trajectory
Creates a new trajectory in the scene.
post/trajectories/
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
]
]
}
}Changes
Changed in 1 of the 13 revisions of this API.1
- ○
added the new optional request property
new-optional-request-property
- ○