Skip to main content
POST
/
input
/
context
/
pop
pop the top input context
curl --request POST \
  --url http://localhost:3917/input/context/pop
{
  "ok": true,
  "message": "<string>"
}

Response

200 - application/json

Top context popped (the base context cannot be popped).

ok
boolean
required
message
string | null