Create a project column

POST {{baseUrl}}/projects/:project_id/columns

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;url&quot;:&quot;https://api.github.com/projects/columns/367&quot;,&quot;project_url&quot;:&quot;https://api.github.com/projects/120&quot;,&quot;cards_url&quot;:&quot;https://api.github.com/projects/columns/367/cards&quot;,&quot;id&quot;:367,&quot;node_id&quot;:&quot;MDEzOlByb2plY3RDb2x1bW4zNjc=&quot;,&quot;name&quot;:&quot;To Do&quot;,&quot;created_at&quot;:&quot;2016-09-05T14:18:44Z&quot;,&quot;updated_at&quot;:&quot;2016-09-05T14:22:28Z&quot;}