---
title: "Move a project card"
method: POST
path: "/projects/columns/cards/{card_id}/moves"
tags: ["projects"]
---

# Move a project card

`POST /projects/columns/cards/{card_id}/moves`

## Path parameters

- `card_id` integer, required

## Request body

- object
  - `position` string, required — The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.
  - `column_id` integer — The unique identifier of the column the card should be moved to

## Response `201`

Response

- object

## Other responses

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

---

[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)
