Skip to main content

PATCH /api/agent/:zid/state

MethodPATCH
Path/api/agent/:zid/state
GroupAgent Protocol State
Authsession cookie
Sourceshared/api-core/src/routes/agentProtocolState.ts

Call it

curl -X PATCH https://zeqsdk.com/api/agent/:zid/state \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference