Skip to main content
PUT
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

tableId
string
erforderlich
viewId
string
erforderlich

Body

application/json
anchorId
string
erforderlich

Id of the record that you want to move other records around

position
enum<string>
erforderlich
Verfügbare Optionen:
before,
after
recordIds
string[]
erforderlich

Ids of those records you want to move

Maximum array length: 1000

Antwort

200

Successfully update.

Zuletzt geändert am 4. September 2026