Security
bearerAuth
- Mock serverhttps://docs.labrys.tech/_mock/apis/paradox-checks
- Quantum serverhttps://api.warp.example.com/v1/paradox-checks
curl -i -X POST \
https://docs.labrys.tech/_mock/apis/paradox-checks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"timeline_id": "tml_tesla_mission_1",
"proposed_changes": [
{
"event": "Retrieve Tesla'\''s Blueprint",
"time": "1889-03-10T23:50:00Z"
},
{
"item_id": "itm_tsla_blueprint"
}
]
}'Response
{ "is_stable": true }