Parameters
JSON body
Request body
application/jsonexternalIdstringRequiredLength: 16–16
bodyMarkdownstringRequiredLength: 1–4000
JSON body
externalIdstringRequiredbodyMarkdownstringRequired1 status code documented
state"ok" | "not-found" | "forbidden"Required{}POST /bff/feed/comment-edit
curl -X POST "https://api.bizkithub.com/bff/feed/comment-edit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"bodyMarkdown": "example_bodyMarkdown"
}'All BizKitHub public API endpoints require authentication via API key.