provider business_knowledge POST
/api/projects/{project_id}/business_knowledge/gap_suggestions/{id}/accept/ @utdk/posthog
/api/projects/{project_id}/business_knowledge/gap_suggestions/{id}/accept/ business_knowledge_gap_suggestions_accept_create
Surfaces topics the support AI couldn't answer from the knowledge base.
Two list shapes controlled by the ``ticket_id`` query param:
- **per-ticket** (``?ticket_id=<uuid>``): individual gap rows for that ticket.
- **aggregated** (no ``ticket_id``): gaps grouped by normalized topic with counts,
for the Business knowledge suggestions panel.
- id path required
- A UUID string identifying this knowledge gap suggestion.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.businessKnowledgeGapSuggestionsAcceptCreate()