Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of the next version, still under development. See the latest release.

Set a project's default column

POST
/user/projects/{id}/columns/{column_id}/default
curl --request POST \
--url https://gitea.com/api/v1/user/projects/1/columns/1/default \
--header 'Authorization: Basic <credentials>'

The default column is where newly assigned issues land.

id
required
integer format: int64

Id of the project

column_id
required
integer format: int64

Id of the column

APIEmpty is an empty response

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response