API for managing and manipulating timelines with advanced time travel capabilities.
Warp API Support support@warpapi.com
License MIT
API for managing and manipulating timelines with advanced time travel capabilities.
curl -i -X POST \
https://api.warp.example.com/v1/events \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"timeline_id": "string",
"event_id": "string",
"new_outcome": {
"description": "string",
"changes": [
{
"action": "string",
"time": "2019-08-24T14:15:22Z"
}
]
}
}'
{ "status": "string", "new_event_id": "string" }