Skip to main content

PUT /api/zeq/agent/prd/:slug

MethodPUT
Path/api/zeq/agent/prd/:slug
GroupPrd Routes
Authsession cookie
Sourceshared/api-core/src/routes/prdRoutes.ts

Call it

curl -X PUT https://zeqsdk.com/api/zeq/agent/prd/:slug \
-H "Content-Type: application/json" \
-d '{}'

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

Reference