BizKitHub
postKnowledge BaseAdmin BFF

/bff/kb/entry-status

Change a KB entry status (approve draft, mark stale, archive)

Knowledge BasepostBffKbEntry-status

Parameters

2 body

2 total
Body · 2
externalIdstringRequired
Length: 2424
statusstring | string | string | stringRequired

Request

POST /bff/kb/entry-status

post
curl -X POST "https://api.bizkithub.com/bff/kb/entry-status" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "externalId": "example_externalId"
}'

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