Skip to main content
POST
Move an item in a view

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

view_id
string
required

View ID

Body

item_id
string
required
Maximum string length: 128
group_value
string | null

Board only — new group_by value. Pass null for the unmatched group. Omit to leave the field value unchanged.

Maximum string length: 1024
after
string

Neighbor item id this one should come after. Required for kind='board'.

Maximum string length: 1024
before
string

Neighbor item id this one should come before. Required for kind='board'.

Maximum string length: 1024

Response

200 - application/json