Update a project
Updates a project board’s information. Returns a 404 Not Found
status if projects are disabled. If you do not have sufficient privileges to perform this action, a 401 Unauthorized
or 410 Gone
status is returned.
Path Parameters
Body
application/json
Body
Name of the project
Example:Week One Sprint
Body of the project
Example:This project represents the sprint of the first week in January
State of the project; either ‘open’ or ‘closed’
Example:open
The baseline permission that all organization members have on this project
Allowed values:readwriteadminnone
Whether or not this project can be seen by everyone.
Response
application/json
Response
Response
Project
Projects are a way to organize columns and cards of work.
Example:https://api.github.com/repos/api-playground/projects-test
Example:https://api.github.com/projects/1002604
Example:https://github.com/api-playground/projects-test/projects/12
Example:https://api.github.com/projects/1002604/columns
Example:1002604
Example:MDc6UHJvamVjdDEwMDI2MDQ=
Name of the project
Example:Week One Sprint
Body of the project
Example:This project represents the sprint of the first week in January
Example:1
State of the project; either ‘open’ or ‘closed’
Example:open
Simple User
Show Child Parameters
Example:2011-04-10T20:09:31Z
Example:2014-03-03T18:58:10Z
The baseline permission that all organization members have on this project. Only present if owner is an organization.
Allowed values:readwriteadminnone
Whether or not this project can be seen by everyone. Only present if owner is an organization.
Path Parameters
Body
Delete a project
Deletes a project board. Returns a 404 Not Found
status if projects are disabled.
Path Parameters
Response
Response
Delete Success
Path Parameters
List project collaborators
Lists the collaborators for an organization project. For a project, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. You must be an organization owner or a project admin
to list collaborators.
Query Parameters
Filters the collaborators by their affiliation. Can be one of:
* outside
: Outside collaborators of a project that are not a member of the project’s organization.
* direct
: Collaborators with permissions to a project, regardless of organization membership status.
* all
: All collaborators the authenticated user can see.
Allowed values:outsidedirectall
Default:all
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
Response
application/json
Response
Response
Simple User
Example:octocat
Example:1
Example:MDQ6VXNlcjE=
Example:https://github.com/images/error/octocat_happy.gif
Example:41d064eb2195891e12d0413f63227ea7
Example:https://api.github.com/users/octocat
Example:https://github.com/octocat
Example:https://api.github.com/users/octocat/followers
Example:https://api.github.com/users/octocat/following{/other_user}
Example:https://api.github.com/users/octocat/gists{/gist_id}
Example:https://api.github.com/users/octocat/starred{/owner}{/repo}
Example:https://api.github.com/users/octocat/subscriptions
Example:https://api.github.com/users/octocat/orgs
Example:https://api.github.com/users/octocat/repos
Example:https://api.github.com/users/octocat/events{/privacy}
Example:https://api.github.com/users/octocat/received_events
Example:User
Example:"2020-07-09T00:17:55Z"
Path Parameters
Query Parameters
Add project collaborator
Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project admin
to add a collaborator.
Path Parameters
Body
application/json
Body
The permission to grant the collaborator.
Allowed values:readwriteadmin
Default:write
Example:write
Response
Response
Response
Path Parameters
Body
Remove user as a collaborator
Removes a collaborator from an organization project. You must be an organization owner or a project admin
to remove a collaborator.
Path Parameters
Response
Response
Response