Skip to main content
POST

Import updates

Body

application/json
number
required
OpenAPI type: integer (int64).
string
required
Only return updates with an update id strictly greater than this.
number
required
OpenAPI type: integer (int32).Return at most this many updates. The actual number of updates returned may be smaller.

Responses

200

ok
application/json
UpdateHistoryItem[]
required

404

not found
application/json
string
required

History

Updated0.6.0

The POST /v0/backfilling/import-updates operation changed in this snapshot.

Updated0.5.17

The POST /v0/backfilling/import-updates operation changed in this snapshot.

Added0.5.10