EaserixDocs
DevelopersAPI referenceAuth & accountsTools

Toggle a tool

Team orgs only; org.tools.manage. Despite PUT, a single-tool upsert. Success returns the full GET shape.

View as Markdown
PUT
/v1/orgs/{id}/tools
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/orgs/string/tools" \  -H "Content-Type: application/json" \  -d '{    "tool": "string",    "enabled": true  }'
{  "tools": [    {      "tool": "string",      "enabled": true    }  ]}