MCPcopy Index your code
hub / github.com/github-tools/github / updateProject

Method updateProject

lib/Project.js:42–44  ·  view source on GitHub ↗

* Edit a project * @see https://developer.github.com/v3/projects/#update-a-project * @param {Object} options - the description of the project * @param {Requestable.callback} cb - will receive the modified project * @return {Promise} - the promise for the http request

(options, cb)

Source from the content-addressed store, hash-verified

40 * @return {Promise} - the promise for the http request
41 */
42 updateProject(options, cb) {
43 return this._request('PATCH', `/projects/${this.__id}`, options, cb);
44 }
45
46 /**
47 * Delete a project

Callers 1

project.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected