v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2023-11-288093493.9 MB
projects

Move a project column

post/projects/columns/{column_id}/moves

Path parameters

column_idinteger required

The unique identifier of the column.

Request body

positionstring required

The position of the column in a project. Can be one of: first, last, or after:<column_id> to place after the specified column.

Example request

{
  "position": "last"
}

Response

Response

object required