ChatterBeamDevelopers
PATCH · projects:write

Set public dashboard access

Execute the set_public_dashboard capability through REST or MCP with the same authorization and project checks.

WriteMinimum role: owner

REST

PATCH/api/v1/projects/:projectId/public-dashboard
curl "https://chatterbeam.com/api/v1/projects/{projectId}/public-dashboard" \
  --request PATCH \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: set_public_dashboard. The tool returns the same structured { data, meta } result as REST.

Input

projectIdRequired path identifier

Authorization

Required scope: projects:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources