Upsert multiple articles

POST

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:

  • The maximum size of a request payload is 10MB
  • The maximum size of an article is 100KB
  • The maximum number of articles is 100,000

Request

This endpoint expects a list of objects.
list of objects

Response

Articles upserted

list of objects or null
Built with