Warp API (1.0.0)

API for managing and manipulating timelines with advanced time travel capabilities.

Download OpenAPI description
Overview
Warp API Support support@warpapi.com
License MIT
Languages
Servers
Mock server
https://warp-single-sidebar.redocly.app/_mock/apis/
Quantum server
https://api.warp.example.com/v1/

Timelines

Operations

Travel

Operations

Items

Operations

Events

Operations

Manipulate an event in a timeline

Request

Bodyapplication/jsonrequired
timeline_idstringrequired

The ID of the timeline where the event will be manipulated

event_idstringrequired

The ID of the event to manipulate

new_outcomeobjectrequired

The details of the new outcome for the event

new_outcome.​descriptionstring

A description of the new event outcome

new_outcome.​changesArray of objects
curl -i -X POST \
  https://warp-single-sidebar.redocly.app/_mock/apis/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"
        }
      ]
    }
  }'

Responses

The event was manipulated successfully

Bodyapplication/json
statusstring

Status of the event manipulation operation

new_event_idstring

The ID of the newly created event after manipulation

Response
application/json
{ "status": "string", "new_event_id": "string" }

Anchors

Operations

Paradoxes

Operations

Monitoring

Operations