DocsAPI ReferenceMember/bff/member/notes/update
postMemberAdmin BFF

/bff/member/notes/update

Update / pin / unpin an internal note

MemberpostBffMemberNotesUpdate

Parameters

3 body

3 total
Body · 3
noteIdnumberRequired

Internal note id.

bodyMdstring
pinnedboolean

Request

POST /bff/member/notes/update

post
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.

Get API Key