---
title: "Move a project column"
method: POST
path: "/projects/columns/{column_id}/moves"
tags: ["projects"]
---

# Move a project column

`POST /projects/columns/{column_id}/moves`

## Path parameters

- `column_id` integer, required

## Request body

- object
  - `position` string, 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.

## Response `201`

Response

- object

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
