Upsert an array of knowledge articles
This endpoint will create or update articles based on the unique id
field of each article. If an article with the same id
already exists, it will be updated. Otherwise, a new article will be created.
Limits:
A unique identifier for the article
The name or title of the article
The content of the article in markdown format
The id of the knowledge_source
the article belongs to
The url of the article
A list of ids for the tags associated with the article
The IETF BCP 47 language code for the article, defaults to en
or to the value of language if provided
The ISO 639-1 language code of the article, defaults to en
or is derived from the value of locale if provided
The date the article was created in the source system
The date the article was last updated in the source system
Whether the article should be referenced during response generation, defaults to true
A dictionary of arbitrary key,value pairs. This data is not used by Ada, but can be used by the client to store additional information about the article.
Articles upserted
A unique identifier for the article
Whether the article was successfully created/updated
True
if a new article was created, false
if an existing article was updated