Upsert multiple articles
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The id of the knowledge_source the article belongs to
The IETF BCP 47 language code for the article, defaults to en
Whether the article should be referenced during response generation, defaults to true
Availability rule controlling which articles the AI Agent can access during a conversation. Send a rule object to attach or replace a rule, null to detach an existing rule, or omit the field to leave any existing rule unchanged. A rule may contain at most 1000 conditions in total. See Availability rules for the full schema and examples.
Response
Whether the article was successfully created/updated
True if a new article was created, false if an existing article was updated