Travel to a timeline or to a temporal anchor to return.
Security
bearerAuth
- Mock serverhttps://docs.labrys.tech/_mock/apis/travels
- Quantum serverhttps://api.warp.example.com/v1/travels
curl -i -X POST \
https://docs.labrys.tech/_mock/apis/travels \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"destination": "tml_tesla_mission_1",
"items_transported": [
"itm_tsla_blueprint"
]
}'Time travel successful
The exact time of arrival at the destination
Example:"1889-03-10T23:50:00Z"
Response
{ "destination": "tml_tesla_mission_1", "arrival_time": "1889-03-10T23:50:00Z", "items_transported": [ "itm_tsla_blueprint" ] }