Parameters
JSON body
Request body
application/jsonnoteIdnumberRequiredInternal note id.
bodyMdstringOptionalpinnedbooleanOptionalJSON body
noteIdnumberRequiredInternal note id.
bodyMdstringOptionalpinnedbooleanOptional1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/member/notes/update
curl -X POST "https://api.bizkithub.com/bff/member/notes/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"noteId": 0,
"bodyMd": "example_bodyMd",
"pinned": false
}'All BizKitHub public API endpoints require authentication via API key.