MemberpostBffMemberNotesUpdate
Parameters
3 body
Body · 3
noteIdnumberRequiredInternal note id.
bodyMdstringpinnedbooleanRequest
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
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.