Kintone MCP Server

update_space_body

スペースの本文を更新します

Input Schema

NameRequiredDescriptionDefault
bodyYesスペースの本文(HTML形式)
space_idYesスペースID

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "スペースの本文(HTML形式)", "type": "string" }, "space_id": { "description": "スペースID", "type": "string" } }, "required": [ "space_id", "body" ], "type": "object" }