Skip to main content

POST /api/zeq/agent/mesh/:master_id/publish

MethodPOST
Path/api/zeq/agent/mesh/:master_id/publish
GroupZeq Agent
Authsession cookie
Sourceshared/api-core/src/routes/zeqAgent.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/agent/mesh/:master_id/publish \
-H "Content-Type: application/json" \
-d '{}'

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

Reference