Skip to main content
FaqsResource is reachable on every Kataven Node client as client.faqs. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below. FAQs are simple title/content entries the agent can quote verbatim. Attach to an agent via client.agents.attachFaq.

Methods at a glance

Reference

client.faqs.list(...)

List FAQs HTTPGET /api/faqs · API reference →

client.faqs.get(...)

Get a single FAQ HTTPGET /api/faqs/{id} · API reference →

client.faqs.create(...)

Create an FAQ HTTPPOST /api/faqs · API reference →

client.faqs.update(...)

Update an FAQ HTTPPUT /api/faqs/{id} · API reference →

client.faqs.delete(...)

Delete an FAQ HTTPDELETE /api/faqs/{id} · API reference →
Default FAQs cannot be deleted.