BizKitHub
DocsAPI ReferenceGlossary/bff/glossary/restore
postGlossaryAdmin BFF

/bff/glossary/restore

Restore a soft-deleted glossary term

GlossarypostBffGlossaryRestore

Parameters

JSON body

Request body

application/json
idstringRequired

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

POST /bff/glossary/restore

post
curl -X POST "https://api.bizkithub.com/bff/glossary/restore" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": "example_id"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key