BizKitHub
DocsAPI ReferenceKnowledge Base/bff/kb/approve-batch
postKnowledge BaseAdmin BFF

/bff/kb/approve-batch

Batch-approve review-queue entries (draft → active or stale → active)

Knowledge BasepostBffKbApprove-batch

Parameters

JSON body

Request body

application/json
externalIdsstring[]Required

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

POST /bff/kb/approve-batch

post
curl -X POST "https://api.bizkithub.com/bff/kb/approve-batch" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "externalIds": [
    "string"
  ]
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key