Note: The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the blog post for full details. To access the API during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.inertia-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact GitHub Support or GitHub Premium Support.
POST /projects/columns/cards/:card_id/moves
| Name | Type | Description |
|---|---|---|
position |
string |
Required. Can be one of top, bottom, or after:<card_id>, where <card_id> is the id value of a card in the same column, or in the new column specified by column_id. |
column_id |
integer |
The id value of a column in the same project. |
{
"position": "after:3",
"column_id": 5
}
Status: 201 Created