Skip to main content
POST

Scan API

Import updates

OpenAPISince 0.5.10Changed 0.6.0

Protocol Details

Operation IDgetImportUpdates
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Request 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.

Outputs

200

application/json
UpdateHistoryItem[]
required

404

application/json
string
required

History

Changed0.6.0

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

Changed0.5.17

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

Introduced0.5.10