Github API - Test Config

PATCH /projects/{project_id}
projects

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.
Update a project

Arguments
key project-id

project-id [scalar]

The unique identifier of the project.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json project

project [object]

Projects are a way to organize columns and cards of work.

Attributes
body string

Body of the project

columns_url string

created_at string

html_url string

id integer

name string

Name of the project

node_id string

number integer

organization_permission string

The baseline permission that all organization members have on this project. Only present if owner is an organization.

owner_url string

private boolean

Whether or not this project can be seen by everyone. Only present if owner is an organization.

state string

State of the project; either 'open' or 'closed'

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
401 requires_authentication

requires_authentication [scalar]

Requires authentication

API:
Github Open API
(version: 1.1.4)
403 application/json 3857

3857 [object]

Attributes
documentation_url string

errors string []

message string

API:
Github Open API
(version: 1.1.4)
410 gone

gone [scalar]

Gone

API:
Github Open API
(version: 1.1.4)
422 validation_failed_simple

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)