Skip to main content
PUT
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

tableId
string
obbligatorio
viewId
string
obbligatorio

Corpo

application/json
anchorId
string
obbligatorio

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

position
enum<string>
obbligatorio
Opzioni disponibili:
before,
after
recordIds
string[]
obbligatorio

Ids of those records you want to move

Maximum array length: 1000

Risposta

200

Successfully update.

Ultima modifica il 4 settembre 2026