Solo CRM
Reference

mcp · update

Requires `workspace:manage`.

POST
/{orgSlug}/mcp/update

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Connect to Agents, or an OAuth access token. Never the session cookie.

In: header

Path Parameters

orgSlug*string

The workspace. Membership is what authorizes it.

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

curl -X POST "https://example.com/string/mcp/update" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "values": {      "property1": null,      "property2": null    }  }'
{  "ok": true,  "data": null}