Skip to main content
PATCH
/
v1
/
paper
/
strategies
/
{strategy_id}
/
resume
Resume Strategy
curl --request PATCH \
  --url https://api.polyquantlab.com/v1/paper/strategies/{strategy_id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "paper_strategy_id": "ps_4821a0e0",
  "active": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

strategy_id
string
required

Response

Successful Response

ok
boolean
required
paper_strategy_id
string
required
active
boolean
required