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

Method editTeam

lib/Team.js:61–64  ·  view source on GitHub ↗

* Edit Team information * @see https://developer.github.com/v3/orgs/teams/#edit-team * @param {object} options - Parameters for team edit * @param {string} options.name - The name of the team * @param {string} [options.description] - Team description * @param {string} [options.re

(options, cb)

Source from the content-addressed store, hash-verified

59 * @return {Promise} - the promise for the http request
60 */
61 editTeam(options, cb) {
62 log(`Editing Team ${this.__teamId}`);
63 return this._request('PATCH', `/teams/${this.__teamId}`, options, cb);
64 }
65
66 /**
67 * List the users who are members of the Team

Callers 1

team.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected