LDS Stake Portal
Calling Tracker

Force Advance Proposal

POST
/calling-kanban/proposals/{proposal_id}/advance

Force advance a calling proposal to the next stage (for testing/admin purposes)

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

proposal_id*Proposal Id

Response Body

application/json

application/json

curl -X POST "https://example.com/calling-kanban/proposals/0/advance"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}