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

Method updateProjectColumn

lib/Project.js:96–98  ·  view source on GitHub ↗

* Edit a column * @see https://developer.github.com/v3/projects/columns/#update-a-project-column * @param {string} colId - the column id * @param {Object} options - the description of the column * @param {Requestable.callback} cb - will receive the modified column * @return {Prom

(colId, options, cb)

Source from the content-addressed store, hash-verified

94 * @return {Promise} - the promise for the http request
95 */
96 updateProjectColumn(colId, options, cb) {
97 return this._request('PATCH', `/projects/columns/${colId}`, options, cb);
98 }
99
100 /**
101 * Delete a column

Callers 1

project.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected