Parameters
JSON body
Request body
application/jsonexternalIdstringRequiredLength: 24–24
status"draft" | "active" | "stale" | "archived"RequiredChange a KB entry status (approve draft, mark stale, archive)
JSON body
externalIdstringRequiredstatus"draft" | "active" | "stale" | "archived"Required1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/kb/entry-status
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"
}'All BizKitHub public API endpoints require authentication via API key.