ChatterBeamDevelopers
PATCH · keywords:write

Update keyword group

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

WriteMinimum role: editor

REST

PATCH/api/v1/keyword-groups/:groupId
curl "https://chatterbeam.com/api/v1/keyword-groups/{groupId}" \
  --request PATCH \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

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

Input

groupIdRequired path identifier

Authorization

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

Related resources