Skip to main content
POST
Legacy article upsert

Query Parameters

mode
enum<string>

The different import types

Available options:
FullWithUpsert,
Incremental,
FullWithCleanup

Body

command
enum<string>

The import command types

Available options:
Insert,
Update,
Delete
article
object

Response

OK

The legacy import articles response

modifiedCount
integer<int64>

The number of articles that were modified

insertedCount
integer<int64>

The number of articles that were inserted

deletedCount
integer<int64>

The number of articles that were deleted

errorCount
integer<int64>

The number of occurred errors

Last modified on August 10, 2026