Skip to content

Can't list columns through API #24394

Discussion options

You must be logged in to vote
dogboydog:
+ github_api https://api.github.com/projects/1002604/columns
+ curl https://api.github.com/projects/1002604/columns -H 'Authorization: token xxxx' -H 'Accept: application/vnd.github.inertia-preview+json'
{
  "message": "Must have admin rights to Repository.",
  "documentation_url": "https://developer.github.com/v3/projects/columns/#list-project-columns"
}

👋 @dogboydog: That message indicates that you don’t have admin rights to the project board with that id of value 1002604. As a next step, could you please double check the id of that project board by listing the repository projects? The response is a JSON array where each element represents a project board in the reposit…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment