From 558b70cd27dd4b1ea098148924a03aef0c2fd2b8 Mon Sep 17 00:00:00 2001 From: docubot <67483024+docubot@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:41:02 -0700 Subject: [PATCH] Update OpenAPI Description (#36372) --- src/github-apps/lib/config.json | 4 +- src/rest/data/fpt-2022-11-28/schema.json | 102 +- src/rest/data/ghae/schema.json | 71 +- src/rest/data/ghec-2022-11-28/schema.json | 130 +- src/rest/data/ghes-3.4/schema.json | 686 +------- src/rest/data/ghes-3.5/schema.json | 686 +------- src/rest/data/ghes-3.6/schema.json | 686 +------- src/rest/data/ghes-3.7/schema.json | 694 +------- src/rest/data/ghes-3.8/schema.json | 742 ++------- src/rest/lib/config.json | 2 +- src/webhooks/data/fpt/schema.json | 1771 ++++++++++++++------- src/webhooks/data/ghae/schema.json | 1771 ++++++++++++++------- src/webhooks/data/ghec/schema.json | 1771 ++++++++++++++------- src/webhooks/data/ghes-3.7/schema.json | 228 +-- src/webhooks/data/ghes-3.8/schema.json | 228 +-- src/webhooks/lib/config.json | 2 +- 16 files changed, 4286 insertions(+), 5288 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 9495076f5e..67f720590a 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "5e5aae0773f486f4cf84593a39c1187316445672" -} + "sha": "0ab300c12457e24960c4405b2112c2437d6c2260" +} \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index f078ea083f..377303d893 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -16170,6 +16170,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -19596,6 +19603,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20547,6 +20561,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -24013,6 +24034,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -162426,9 +162454,11 @@ "items": { "type": "string", "enum": [ + "go", "javascript", "python", - "ruby" + "ruby", + "typescript" ] } }, @@ -224437,6 +224467,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -226184,6 +226223,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -227212,6 +227260,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -227829,6 +227878,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -228060,6 +228118,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -228677,6 +228736,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -228950,6 +229018,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -229567,6 +229636,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -500018,7 +500096,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen:

\n", + "description": "

The notification setting the team has chosen. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -501573,7 +501651,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -507895,6 +507973,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", @@ -508919,6 +508998,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -508949,7 +509038,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -509657,7 +509747,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -515175,6 +515266,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", diff --git a/src/rest/data/ghae/schema.json b/src/rest/data/ghae/schema.json index c87b7506fb..4540af7133 100644 --- a/src/rest/data/ghae/schema.json +++ b/src/rest/data/ghae/schema.json @@ -7215,6 +7215,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -8438,6 +8445,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -11694,6 +11708,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -11958,6 +11979,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -15214,6 +15242,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -15488,6 +15523,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -18784,6 +18826,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -369137,7 +369186,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen:

\n", + "description": "

The notification setting the team has chosen. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -370692,7 +370741,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -376885,6 +376934,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", @@ -377909,6 +377959,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -377939,7 +377999,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -378647,7 +378708,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -384036,6 +384098,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index c5569d12fc..543cb63bc1 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -18235,6 +18235,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20739,6 +20746,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -21149,6 +21163,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -24575,6 +24596,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -25520,6 +25548,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -28946,6 +28981,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -29897,6 +29939,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -33363,6 +33412,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -173863,9 +173919,11 @@ "items": { "type": "string", "enum": [ + "go", "javascript", "python", - "ruby" + "ruby", + "typescript" ] } }, @@ -235874,6 +235932,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -237621,6 +237688,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -238649,6 +238725,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -239266,6 +239343,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -239497,6 +239583,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -240114,6 +240201,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -240387,6 +240483,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -241004,6 +241101,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -519184,7 +519290,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen:

\n", + "description": "

The notification setting the team has chosen. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -520739,7 +520845,7 @@ "type": "string", "name": "notification_setting", "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", "enum": [ "notifications_enabled", "notifications_disabled" @@ -527061,6 +527167,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", @@ -528085,6 +528192,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -528115,7 +528232,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -528823,7 +528941,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "team_id": "TEAM_ID" @@ -534341,6 +534460,7 @@ "slug": "original-roster", "description": "Started it all.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/2/members{/member}", "repositories_url": "https://api.github.com/teams/2/repos", diff --git a/src/rest/data/ghes-3.4/schema.json b/src/rest/data/ghes-3.4/schema.json index b0d9bfff3f..507b2dcf10 100644 --- a/src/rest/data/ghes-3.4/schema.json +++ b/src/rest/data/ghes-3.4/schema.json @@ -7687,6 +7687,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -9985,6 +9992,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -10395,6 +10409,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -13651,6 +13672,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -14596,6 +14624,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -17852,6 +17887,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -18803,6 +18845,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -22099,6 +22148,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -28973,7 +29029,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -29258,9 +29313,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -29377,13 +29429,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -99923,9 +99968,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -100042,13 +100084,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -100655,9 +100690,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -100774,13 +100806,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -101312,9 +101337,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -102770,9 +102792,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -102889,13 +102908,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -103502,9 +103514,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -103621,13 +103630,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -104159,9 +104161,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -105646,9 +105645,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -105765,13 +105761,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -106378,9 +106367,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -106497,13 +106483,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -107035,9 +107014,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -108447,7 +108423,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -108533,7 +108508,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -108885,9 +108859,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -109004,13 +108975,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109617,9 +109581,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -109736,13 +109697,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -110274,9 +110228,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111198,9 +111149,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111317,13 +111265,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -111915,9 +111856,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -112034,13 +111972,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -112629,9 +112560,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -113299,7 +113227,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -113557,9 +113484,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -113676,13 +113600,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -114289,9 +114206,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114408,13 +114322,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -115029,7 +114936,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -115287,9 +115193,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -115406,13 +115309,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -116019,9 +115915,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -116138,13 +116031,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -117776,7 +117662,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117936,9 +117821,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120090,7 +119972,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120125,9 +120006,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120244,13 +120122,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -120401,7 +120272,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120436,9 +120306,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120555,13 +120422,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -120712,7 +120572,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120747,9 +120606,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120866,13 +120722,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -121023,7 +120872,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -121058,9 +120906,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121177,13 +121022,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -149365,7 +149203,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -150925,9 +150762,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -151044,13 +150878,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -167751,7 +167578,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -168105,9 +167931,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -168224,13 +168047,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -168487,7 +168303,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -168827,9 +168642,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -168946,13 +168758,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -169273,7 +169078,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -169613,9 +169417,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -169732,13 +169533,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -176587,9 +176381,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -240077,9 +239868,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -240196,13 +239984,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -244961,9 +244742,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -245080,13 +244858,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -250935,9 +250706,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -251054,13 +250822,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -252006,9 +251767,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -252125,13 +251883,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -263021,9 +262772,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -263140,13 +262888,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -264092,9 +263833,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -264211,13 +263949,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -313548,7 +313279,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -315108,9 +314838,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -315227,13 +314954,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -319105,7 +318825,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -319421,7 +319140,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -320720,13 +320438,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -322927,7 +322638,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -323243,7 +322953,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -324542,13 +324251,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -326799,7 +326501,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -327115,7 +326816,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -328414,13 +328114,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -335889,7 +335582,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -336094,9 +335786,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -336213,13 +335902,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -336601,7 +336283,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -336931,7 +336612,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -338159,9 +337839,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -338278,13 +337955,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -342138,7 +341808,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -342241,7 +341910,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -342272,7 +341940,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -342389,7 +342056,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -342420,7 +342086,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -342468,7 +342133,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -343696,9 +343360,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -343815,13 +343476,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -381576,7 +381230,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -381611,9 +381264,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -381730,13 +381380,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -412053,7 +411696,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -412088,9 +411730,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -412207,13 +411846,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -412343,16 +411975,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen:

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -412389,7 +412011,6 @@ "name": "Justice League", "description": "A great team", "permission": "push", - "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -412409,7 +412030,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -412514,17 +412134,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -412613,13 +412222,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -413153,7 +412755,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -413258,17 +412859,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -413357,13 +412947,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -413890,16 +413473,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -413930,8 +413503,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -413951,7 +413523,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -414056,17 +413627,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -414155,13 +413715,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -414633,8 +414186,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -414654,7 +414206,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -414759,17 +414310,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -414858,13 +414398,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -420038,7 +419571,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -420074,9 +419606,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -420193,13 +419722,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -420314,7 +419836,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420419,17 +419940,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -420518,13 +420028,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -421092,7 +420595,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421197,17 +420699,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421296,13 +420787,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -421793,7 +421277,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421898,17 +421381,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421997,13 +421469,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -427121,7 +426586,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -427157,9 +426621,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -427276,13 +426737,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -427416,7 +426870,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -427443,6 +426896,7 @@ "blog": "https://github.com/blog", "location": "San Francisco", "email": "octocat@github.com", + "is_verified": true, "has_organization_projects": true, "has_repository_projects": true, "public_repos": 2, @@ -427451,9 +426905,9 @@ "following": 0, "html_url": "https://github.com/octocat", "created_at": "2008-01-14T04:33:35Z", + "updated_at": "2017-08-17T12:37:15Z", "type": "Organization" - }, - "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" + } } ], "schema": { @@ -427524,17 +426978,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -427623,13 +427066,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", diff --git a/src/rest/data/ghes-3.5/schema.json b/src/rest/data/ghes-3.5/schema.json index 03683f90a9..93b13b2ad2 100644 --- a/src/rest/data/ghes-3.5/schema.json +++ b/src/rest/data/ghes-3.5/schema.json @@ -8755,6 +8755,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -11197,6 +11204,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -11607,6 +11621,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -14863,6 +14884,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -15808,6 +15836,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -19064,6 +19099,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20015,6 +20057,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -23311,6 +23360,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -34135,7 +34191,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -34420,9 +34475,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -34539,13 +34591,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -105597,9 +105642,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -105716,13 +105758,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -106329,9 +106364,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -106448,13 +106480,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -106986,9 +107011,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -108444,9 +108466,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -108563,13 +108582,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109176,9 +109188,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -109295,13 +109304,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109833,9 +109835,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111320,9 +111319,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111439,13 +111435,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -112052,9 +112041,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -112171,13 +112157,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -112709,9 +112688,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114121,7 +114097,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -114207,7 +114182,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -114559,9 +114533,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114678,13 +114649,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -115291,9 +115255,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -115410,13 +115371,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -115948,9 +115902,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -116872,9 +116823,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -116991,13 +116939,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -117589,9 +117530,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -117708,13 +117646,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -118303,9 +118234,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -118973,7 +118901,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -119231,9 +119158,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -119350,13 +119274,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -119963,9 +119880,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120082,13 +119996,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -120703,7 +120610,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120961,9 +120867,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121080,13 +120983,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -121693,9 +121589,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121812,13 +121705,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -123450,7 +123336,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -123610,9 +123495,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -125764,7 +125646,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -125799,9 +125680,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -125918,13 +125796,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -126075,7 +125946,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126110,9 +125980,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -126229,13 +126096,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -126386,7 +126246,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126421,9 +126280,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -126540,13 +126396,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -126697,7 +126546,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126732,9 +126580,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -126851,13 +126696,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -156513,7 +156351,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -158073,9 +157910,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -158192,13 +158026,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -174911,7 +174738,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -175265,9 +175091,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -175384,13 +175207,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -175647,7 +175463,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -175987,9 +175802,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -176106,13 +175918,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -176433,7 +176238,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -176773,9 +176577,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -176892,13 +176693,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -183747,9 +183541,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -247237,9 +247028,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -247356,13 +247144,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -252121,9 +251902,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -252240,13 +252018,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -258095,9 +257866,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -258214,13 +257982,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -259166,9 +258927,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -259285,13 +259043,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -270181,9 +269932,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -270300,13 +270048,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -271252,9 +270993,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -271371,13 +271109,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -320720,7 +320451,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -322280,9 +322010,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -322399,13 +322126,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -326277,7 +325997,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -326593,7 +326312,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -327892,13 +327610,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -330099,7 +329810,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -330415,7 +330125,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -331714,13 +331423,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -333971,7 +333673,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -334287,7 +333988,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -335586,13 +335286,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -343061,7 +342754,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -343266,9 +342958,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -343385,13 +343074,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -343773,7 +343455,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -344103,7 +343784,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -345331,9 +345011,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -345450,13 +345127,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -349310,7 +348980,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -349413,7 +349082,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -349444,7 +349112,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -349561,7 +349228,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -349592,7 +349258,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -349640,7 +349305,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -350868,9 +350532,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -350987,13 +350648,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -388861,7 +388515,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -388896,9 +388549,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -389015,13 +388665,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -419703,7 +419346,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -419738,9 +419380,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -419857,13 +419496,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -419993,16 +419625,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen:

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -420039,7 +419661,6 @@ "name": "Justice League", "description": "A great team", "permission": "push", - "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -420059,7 +419680,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420164,17 +419784,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -420263,13 +419872,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -420803,7 +420405,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420908,17 +420509,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421007,13 +420597,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -421540,16 +421123,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -421580,8 +421153,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -421601,7 +421173,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421706,17 +421277,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421805,13 +421365,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -422283,8 +421836,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -422304,7 +421856,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -422409,17 +421960,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -422508,13 +422048,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -427702,7 +427235,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -427738,9 +427270,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -427857,13 +427386,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -427978,7 +427500,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -428083,17 +427604,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -428182,13 +427692,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -428756,7 +428259,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -428861,17 +428363,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -428960,13 +428451,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -429457,7 +428941,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -429562,17 +429045,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -429661,13 +429133,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -434799,7 +434264,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -434835,9 +434299,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -434954,13 +434415,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -435094,7 +434548,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -435121,6 +434574,7 @@ "blog": "https://github.com/blog", "location": "San Francisco", "email": "octocat@github.com", + "is_verified": true, "has_organization_projects": true, "has_repository_projects": true, "public_repos": 2, @@ -435129,9 +434583,9 @@ "following": 0, "html_url": "https://github.com/octocat", "created_at": "2008-01-14T04:33:35Z", + "updated_at": "2017-08-17T12:37:15Z", "type": "Organization" - }, - "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" + } } ], "schema": { @@ -435202,17 +434656,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -435301,13 +434744,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", diff --git a/src/rest/data/ghes-3.6/schema.json b/src/rest/data/ghes-3.6/schema.json index 898c0431f3..caa3c2decb 100644 --- a/src/rest/data/ghes-3.6/schema.json +++ b/src/rest/data/ghes-3.6/schema.json @@ -9187,6 +9187,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -11644,6 +11651,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -12054,6 +12068,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -15474,6 +15495,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -16419,6 +16447,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -19839,6 +19874,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20790,6 +20832,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -24250,6 +24299,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -35249,7 +35305,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -35534,9 +35589,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -35653,13 +35705,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -108114,9 +108159,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -108233,13 +108275,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -108846,9 +108881,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -108965,13 +108997,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109503,9 +109528,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -110961,9 +110983,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111080,13 +111099,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -111693,9 +111705,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111812,13 +111821,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -112350,9 +112352,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -113837,9 +113836,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -113956,13 +113952,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -114569,9 +114558,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114688,13 +114674,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -115226,9 +115205,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -116638,7 +116614,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -116724,7 +116699,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117076,9 +117050,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -117195,13 +117166,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -117808,9 +117772,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -117927,13 +117888,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -118465,9 +118419,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -119389,9 +119340,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -119508,13 +119456,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -120106,9 +120047,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120225,13 +120163,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -120820,9 +120751,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121490,7 +121418,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -121748,9 +121675,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121867,13 +121791,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -122480,9 +122397,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -122599,13 +122513,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -123220,7 +123127,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -123478,9 +123384,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -123597,13 +123500,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -124210,9 +124106,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -124329,13 +124222,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -125967,7 +125853,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126127,9 +126012,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -128281,7 +128163,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128316,9 +128197,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -128435,13 +128313,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -128592,7 +128463,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128627,9 +128497,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -128746,13 +128613,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -128903,7 +128763,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128938,9 +128797,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129057,13 +128913,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -129214,7 +129063,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129249,9 +129097,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129368,13 +129213,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -159130,7 +158968,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -160690,9 +160527,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -160809,13 +160643,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -177949,7 +177776,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -178303,9 +178129,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -178422,13 +178245,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -178685,7 +178501,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -179025,9 +178840,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -179144,13 +178956,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -179471,7 +179276,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -179811,9 +179615,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -179930,13 +179731,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -186785,9 +186579,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -256392,9 +256183,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -256511,13 +256299,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -261358,9 +261139,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -261477,13 +261255,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -267332,9 +267103,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -267451,13 +267219,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -268403,9 +268164,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -268522,13 +268280,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -279418,9 +279169,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -279537,13 +279285,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -280489,9 +280230,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -280608,13 +280346,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -330482,7 +330213,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -332042,9 +331772,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -332161,13 +331888,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -336203,7 +335923,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -336519,7 +336238,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -337818,13 +337536,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -340031,7 +339742,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -340347,7 +340057,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -341646,13 +341355,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -343909,7 +343611,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -344225,7 +343926,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -345524,13 +345224,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -353005,7 +352698,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -353210,9 +352902,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -353329,13 +353018,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -353717,7 +353399,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -354047,7 +353728,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -355275,9 +354955,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -355394,13 +355071,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -359418,7 +359088,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -359521,7 +359190,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -359552,7 +359220,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -359669,7 +359336,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -359700,7 +359366,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -359748,7 +359413,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -360976,9 +360640,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -361095,13 +360756,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -399838,7 +399492,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -399873,9 +399526,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -399992,13 +399642,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -432357,7 +432000,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -432392,9 +432034,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -432511,13 +432150,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -432647,16 +432279,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen:

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -432693,7 +432315,6 @@ "name": "Justice League", "description": "A great team", "permission": "push", - "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -432713,7 +432334,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -432818,17 +432438,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -432917,13 +432526,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -433463,7 +433065,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -433568,17 +433169,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -433667,13 +433257,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -434206,16 +433789,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -434246,8 +433819,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -434267,7 +433839,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -434372,17 +433943,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -434471,13 +434031,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -434955,8 +434508,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -434976,7 +434528,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -435081,17 +434632,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -435180,13 +434720,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -440476,7 +440009,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -440512,9 +440044,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -440631,13 +440160,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -440752,7 +440274,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -440857,17 +440378,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -440956,13 +440466,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -441536,7 +441039,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -441641,17 +441143,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -441740,13 +441231,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -442243,7 +441727,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -442348,17 +441831,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -442447,13 +441919,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -447687,7 +447152,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -447723,9 +447187,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -447842,13 +447303,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -447982,7 +447436,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -448009,6 +447462,7 @@ "blog": "https://github.com/blog", "location": "San Francisco", "email": "octocat@github.com", + "is_verified": true, "has_organization_projects": true, "has_repository_projects": true, "public_repos": 2, @@ -448017,9 +447471,9 @@ "following": 0, "html_url": "https://github.com/octocat", "created_at": "2008-01-14T04:33:35Z", + "updated_at": "2017-08-17T12:37:15Z", "type": "Organization" - }, - "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" + } } ], "schema": { @@ -448090,17 +447544,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -448189,13 +447632,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", diff --git a/src/rest/data/ghes-3.7/schema.json b/src/rest/data/ghes-3.7/schema.json index db2587e4d6..8ae760f035 100644 --- a/src/rest/data/ghes-3.7/schema.json +++ b/src/rest/data/ghes-3.7/schema.json @@ -9956,6 +9956,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -12416,6 +12423,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -12826,6 +12840,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -16262,6 +16283,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -17207,6 +17235,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20643,6 +20678,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -21594,6 +21636,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -25070,6 +25119,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -36096,7 +36152,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -36381,9 +36436,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -36500,13 +36552,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109085,9 +109130,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -109204,13 +109246,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -109817,9 +109852,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -109936,13 +109968,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -110474,9 +110499,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -111932,9 +111954,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -112051,13 +112070,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -112664,9 +112676,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -112783,13 +112792,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -113321,9 +113323,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114808,9 +114807,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -114927,13 +114923,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -115540,9 +115529,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -115659,13 +115645,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -116197,9 +116176,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -117609,7 +117585,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117695,7 +117670,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -118047,9 +118021,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -118166,13 +118137,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -118779,9 +118743,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -118898,13 +118859,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -119436,9 +119390,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120360,9 +120311,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -120479,13 +120427,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -121077,9 +121018,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -121196,13 +121134,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -121791,9 +121722,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -122461,7 +122389,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -122719,9 +122646,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -122838,13 +122762,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -123451,9 +123368,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -123570,13 +123484,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -124191,7 +124098,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -124449,9 +124355,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -124568,13 +124471,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -125181,9 +125077,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -125300,13 +125193,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -126938,7 +126824,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -127098,9 +126983,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129252,7 +129134,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129287,9 +129168,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129406,13 +129284,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -129563,7 +129434,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129598,9 +129468,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129717,13 +129584,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -129874,7 +129734,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129909,9 +129768,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -130028,13 +129884,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -130185,7 +130034,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -130220,9 +130068,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -130339,13 +130184,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -161562,7 +161400,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -163122,9 +162959,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -163241,13 +163075,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -180760,7 +180587,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -181114,9 +180940,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -181233,13 +181056,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -181496,7 +181312,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -181836,9 +181651,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -181955,13 +181767,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -182282,7 +182087,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -182622,9 +182426,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -182741,13 +182542,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -189596,9 +189390,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -259303,9 +259094,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -259422,13 +259210,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -264277,9 +264058,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -264396,13 +264174,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -270251,9 +270022,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -270370,13 +270138,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -271322,9 +271083,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -271441,13 +271199,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -282337,9 +282088,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -282456,13 +282204,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -283408,9 +283149,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -283527,13 +283265,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -323207,7 +322938,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -323279,13 +323009,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -334106,7 +333829,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -335666,9 +335388,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -335785,13 +335504,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -339843,7 +339555,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -340159,7 +339870,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -341458,13 +341168,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -343671,7 +343374,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -343987,7 +343689,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -345286,13 +344987,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -347549,7 +347243,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -347865,7 +347558,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -349164,13 +348856,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -356645,7 +356330,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -356850,9 +356534,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -356969,13 +356650,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -357357,7 +357031,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -357687,7 +357360,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -358915,9 +358587,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -359034,13 +358703,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -363074,7 +362736,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -363177,7 +362838,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -363208,7 +362868,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -363325,7 +362984,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -363356,7 +363014,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -363404,7 +363061,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -364632,9 +364288,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -364751,13 +364404,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -403581,7 +403227,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -403616,9 +403261,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -403735,13 +403377,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -436265,7 +435900,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -436300,9 +435934,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -436419,13 +436050,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -436555,16 +436179,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen:

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -436601,7 +436215,6 @@ "name": "Justice League", "description": "A great team", "permission": "push", - "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -436621,7 +436234,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -436726,17 +436338,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -436825,13 +436426,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -437371,7 +436965,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -437476,17 +437069,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -437575,13 +437157,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -438114,16 +437689,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -438154,8 +437719,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -438175,7 +437739,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -438280,17 +437843,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -438379,13 +437931,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -438863,8 +438408,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -438884,7 +438428,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -438989,17 +438532,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -439088,13 +438620,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -444395,7 +443920,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -444431,9 +443955,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -444550,13 +444071,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -444671,7 +444185,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -444776,17 +444289,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -444875,13 +444377,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -445455,7 +444950,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -445560,17 +445054,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -445659,13 +445142,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -446162,7 +445638,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -446267,17 +445742,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -446366,13 +445830,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -451617,7 +451074,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -451653,9 +451109,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -451772,13 +451225,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -451912,7 +451358,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -451939,6 +451384,7 @@ "blog": "https://github.com/blog", "location": "San Francisco", "email": "octocat@github.com", + "is_verified": true, "has_organization_projects": true, "has_repository_projects": true, "public_repos": 2, @@ -451947,9 +451393,9 @@ "following": 0, "html_url": "https://github.com/octocat", "created_at": "2008-01-14T04:33:35Z", + "updated_at": "2017-08-17T12:37:15Z", "type": "Organization" - }, - "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" + } } ], "schema": { @@ -452020,17 +451466,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -452119,13 +451554,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index 5d279a7104..08d85e297b 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -18191,6 +18191,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -20695,6 +20702,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -21105,6 +21119,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -24541,6 +24562,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -25486,6 +25514,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -28922,6 +28957,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -29873,6 +29915,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -33349,6 +33398,13 @@ 5 ] }, + "runner_group_id": { + "description": "The id of the runner group.", + "type": "integer", + "examples": [ + 1 + ] + }, "name": { "description": "The name of the runner.", "type": "string", @@ -50171,7 +50227,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -50456,9 +50511,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -50575,13 +50627,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -123854,9 +123899,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -123973,13 +124015,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -124586,9 +124621,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -124705,13 +124737,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -125251,9 +125276,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -126729,9 +126751,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -126848,13 +126867,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -127461,9 +127473,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -127580,13 +127589,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -128126,9 +128128,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129633,9 +129632,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -129752,13 +129748,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -130365,9 +130354,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -130484,13 +130470,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -131030,9 +131009,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -132462,7 +132438,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -132549,7 +132524,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -132907,9 +132881,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -133026,13 +132997,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -133639,9 +133603,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -133758,13 +133719,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -134304,9 +134258,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -135283,9 +135234,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -135402,13 +135350,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -136000,9 +135941,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -136119,13 +136057,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -136714,9 +136645,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -137406,7 +137334,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -137665,9 +137592,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -137784,13 +137708,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -138397,9 +138314,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -138516,13 +138430,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -139153,7 +139060,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -139412,9 +139318,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -139531,13 +139434,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -140144,9 +140040,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -140263,13 +140156,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -141909,7 +141795,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -142069,9 +141954,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -144223,7 +144105,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144258,9 +144139,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -144377,13 +144255,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -144534,7 +144405,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144569,9 +144439,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -144688,13 +144555,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -144845,7 +144705,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144880,9 +144739,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -144999,13 +144855,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -145156,7 +145005,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -145191,9 +145039,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -145310,13 +145155,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -176983,7 +176821,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -178543,9 +178380,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -178662,13 +178496,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -191042,6 +190869,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -192789,6 +192625,15 @@ "format": "date-time", "readOnly": true }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true + }, "repository": { "title": "Simple Repository", "description": "A GitHub repository.", @@ -193817,6 +193662,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -194434,6 +194280,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -194665,6 +194520,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -195282,6 +195138,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -195555,6 +195420,7 @@ "description": "The state of the Dependabot alert.", "readOnly": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -196172,6 +196038,15 @@ "description": "The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true + }, + "auto_dismissed_at": { + "type": [ + "string", + "null" + ], + "description": "The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", + "format": "date-time", + "readOnly": true } }, "required": [ @@ -202618,7 +202493,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -202972,9 +202846,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -203091,13 +202962,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -203354,7 +203218,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -203694,9 +203557,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -203813,13 +203673,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -204140,7 +203993,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -204480,9 +204332,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -204599,13 +204448,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -211681,9 +211523,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -281412,9 +281251,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -281531,13 +281367,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -286386,9 +286215,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -286505,13 +286331,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -292360,9 +292179,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -292479,13 +292295,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -293431,9 +293240,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -293550,13 +293356,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -304446,9 +304245,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -304565,13 +304361,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -305517,9 +305306,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -305636,13 +305422,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -345548,7 +345327,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -345620,13 +345398,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -356447,7 +356218,6 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", - "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -358007,9 +357777,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -358126,13 +357893,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -362190,7 +361950,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -362506,7 +362265,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -363805,13 +363563,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -366018,7 +365769,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -366334,7 +366084,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -367633,13 +367382,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -369896,7 +369638,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -370212,7 +369953,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false, "merged": false, "mergeable": true, @@ -371511,13 +371251,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -378992,7 +378725,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -379197,9 +378929,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -379316,13 +379045,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -379704,7 +379426,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -380034,7 +379755,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -381262,9 +380982,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -381381,13 +381098,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -385421,7 +385131,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -385524,7 +385233,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -385555,7 +385263,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -385672,7 +385379,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -385703,7 +385409,6 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, "allow_auto_merge": false, @@ -385751,7 +385456,6 @@ } }, "author_association": "OWNER", - "auto_merge": null, "draft": false }, "schema": { @@ -386979,9 +386683,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -387098,13 +386799,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -426007,7 +425701,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -426042,9 +425735,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -426161,13 +425851,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -459070,7 +458753,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -459105,9 +458787,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -459224,13 +458903,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -459360,16 +459032,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen:

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -459406,7 +459068,6 @@ "name": "Justice League", "description": "A great team", "permission": "push", - "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -459426,7 +459087,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -459531,17 +459191,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -459630,13 +459279,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -460176,7 +459818,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -460281,17 +459922,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -460380,13 +460010,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -460919,16 +460542,6 @@ "closed" ] }, - { - "type": "string", - "name": "notification_setting", - "in": "body", - "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "permission", @@ -460959,8 +460572,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -460980,7 +460592,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -461085,17 +460696,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -461184,13 +460784,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -461668,8 +461261,7 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed", - "notification_setting": "notifications_enabled" + "privacy": "closed" }, "parameters": { "org": "ORG", @@ -461689,7 +461281,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -461794,17 +461385,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -461893,13 +461473,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -467255,7 +466828,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -467291,9 +466863,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -467410,13 +466979,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -467531,7 +467093,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -467636,17 +467197,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -467735,13 +467285,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -468315,7 +467858,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -468420,17 +467962,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -468519,13 +468050,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -469022,7 +468546,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -469127,17 +468650,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -469226,13 +468738,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -474532,7 +474037,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -474568,9 +474072,6 @@ "privacy": { "type": "string" }, - "notification_setting": { - "type": "string" - }, "permission": { "type": "string" }, @@ -474687,13 +474188,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", @@ -474827,7 +474321,6 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", - "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -474854,6 +474347,7 @@ "blog": "https://github.com/blog", "location": "San Francisco", "email": "octocat@github.com", + "is_verified": true, "has_organization_projects": true, "has_repository_projects": true, "public_repos": 2, @@ -474862,9 +474356,9 @@ "following": 0, "html_url": "https://github.com/octocat", "created_at": "2008-01-14T04:33:35Z", + "updated_at": "2017-08-17T12:37:15Z", "type": "Organization" - }, - "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" + } } ], "schema": { @@ -474935,17 +474429,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ], - "examples": [ - "notifications_enabled" - ] - }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -475034,13 +474517,6 @@ "closed" ] }, - "notification_setting": { - "description": "The notification setting the team has set", - "type": "string", - "examples": [ - "notifications_enabled" - ] - }, "html_url": { "type": "string", "format": "uri", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 8c301f2140..5f43c8bc17 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -30,5 +30,5 @@ ] } }, - "sha": "5e5aae0773f486f4cf84593a39c1187316445672" + "sha": "0ab300c12457e24960c4405b2112c2437d6c2260" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 4a09d47453..f0eeda3fc2 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -14788,8 +14788,8 @@ } }, "dependabot_alert": { - "created": { - "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "auto_dismissed": { + "descriptionHtml": "

A Dependabot alert was automatically closed.

", "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", "bodyParameters": [ { @@ -14799,7 +14799,7 @@ "description": "", "isRequired": true, "enum": [ - "created" + "auto_dismissed" ], "childParamsGroups": [] }, @@ -14822,6 +14822,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15315,6 +15316,1176 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "auto_dismissed", + "category": "dependabot_alert" + }, + "reopened": { + "descriptionHtml": "

A Dependabot alert was manually reopened.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened", + "auto_reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "reopened", + "category": "dependabot_alert" + }, + "created": { + "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15398,6 +16569,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15891,6 +17063,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15974,6 +17151,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16467,6 +17645,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16550,6 +17733,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -17043,6 +18227,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -17091,582 +18280,6 @@ ], "action": "reintroduced", "category": "dependabot_alert" - }, - "reopened": { - "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "reopened" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "

A Dependabot alert.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "

The security alert number.

", - "isRequired": true - }, - { - "type": "string", - "name": "state", - "description": "

The state of the Dependabot alert.

", - "isRequired": true, - "enum": [ - "dismissed", - "fixed", - "open" - ] - }, - { - "type": "object", - "name": "dependency", - "description": "

Details for the vulnerable dependency.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "manifest_path", - "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" - }, - { - "type": "string or null", - "name": "scope", - "description": "

The execution scope of the vulnerable dependency.

", - "enum": [ - "development", - "runtime", - null - ] - } - ] - }, - { - "type": "object", - "name": "security_advisory", - "description": "

Details for the GitHub Security Advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ghsa_id", - "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "cve_id", - "description": "

The unique CVE ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "summary", - "description": "

A short, plain text summary of the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "description", - "description": "

A long-form Markdown-supported description of the advisory.

", - "isRequired": true - }, - { - "type": "array of objects", - "name": "vulnerabilities", - "description": "

Vulnerable version range information for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the advisory.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "object", - "name": "cvss", - "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "score", - "description": "

The overall CVSS score of the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "vector_string", - "description": "

The full CVSS vector string for the advisory.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "cwes", - "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "cwe_id", - "description": "

The unique CWE ID.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The short, plain text name of the CWE.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "identifiers", - "description": "

Values that identify this advisory among security information sources.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "type", - "description": "

The type of advisory identifier.

", - "isRequired": true, - "enum": [ - "CVE", - "GHSA" - ] - }, - { - "type": "string", - "name": "value", - "description": "

The value of the advisory identifer.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "references", - "description": "

Links to additional advisory information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "url", - "description": "

The URL of the reference.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "published_at", - "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "withdrawn_at", - "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "security_vulnerability", - "description": "

Details pertaining to one vulnerable version range for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "url", - "description": "

The REST API URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "

The GitHub URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "dismissed_at", - "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "object", - "name": "dismissed_by", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "dismissed_reason", - "description": "

The reason that the alert was dismissed.

", - "isRequired": true, - "enum": [ - "fix_started", - "inaccurate", - "no_bandwidth", - "not_used", - "tolerable_risk", - null - ] - }, - { - "type": "string or null", - "name": "dismissed_comment", - "description": "

An optional comment associated with the alert's dismissal.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "fixed_at", - "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "dependabot_alert" } }, "deploy_key": { diff --git a/src/webhooks/data/ghae/schema.json b/src/webhooks/data/ghae/schema.json index cd74e78478..da953c8479 100644 --- a/src/webhooks/data/ghae/schema.json +++ b/src/webhooks/data/ghae/schema.json @@ -14568,8 +14568,8 @@ } }, "dependabot_alert": { - "created": { - "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "auto_dismissed": { + "descriptionHtml": "

A Dependabot alert was automatically closed.

", "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", "bodyParameters": [ { @@ -14579,7 +14579,7 @@ "description": "", "isRequired": true, "enum": [ - "created" + "auto_dismissed" ], "childParamsGroups": [] }, @@ -14602,6 +14602,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15095,6 +15096,1176 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "auto_dismissed", + "category": "dependabot_alert" + }, + "reopened": { + "descriptionHtml": "

A Dependabot alert was manually reopened.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened", + "auto_reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "reopened", + "category": "dependabot_alert" + }, + "created": { + "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15178,6 +16349,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15671,6 +16843,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15754,6 +16931,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16247,6 +17425,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16330,6 +17513,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16823,6 +18007,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16871,582 +18060,6 @@ ], "action": "reintroduced", "category": "dependabot_alert" - }, - "reopened": { - "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "reopened" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "

A Dependabot alert.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "

The security alert number.

", - "isRequired": true - }, - { - "type": "string", - "name": "state", - "description": "

The state of the Dependabot alert.

", - "isRequired": true, - "enum": [ - "dismissed", - "fixed", - "open" - ] - }, - { - "type": "object", - "name": "dependency", - "description": "

Details for the vulnerable dependency.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "manifest_path", - "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" - }, - { - "type": "string or null", - "name": "scope", - "description": "

The execution scope of the vulnerable dependency.

", - "enum": [ - "development", - "runtime", - null - ] - } - ] - }, - { - "type": "object", - "name": "security_advisory", - "description": "

Details for the GitHub Security Advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ghsa_id", - "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "cve_id", - "description": "

The unique CVE ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "summary", - "description": "

A short, plain text summary of the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "description", - "description": "

A long-form Markdown-supported description of the advisory.

", - "isRequired": true - }, - { - "type": "array of objects", - "name": "vulnerabilities", - "description": "

Vulnerable version range information for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the advisory.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "object", - "name": "cvss", - "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "score", - "description": "

The overall CVSS score of the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "vector_string", - "description": "

The full CVSS vector string for the advisory.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "cwes", - "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "cwe_id", - "description": "

The unique CWE ID.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The short, plain text name of the CWE.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "identifiers", - "description": "

Values that identify this advisory among security information sources.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "type", - "description": "

The type of advisory identifier.

", - "isRequired": true, - "enum": [ - "CVE", - "GHSA" - ] - }, - { - "type": "string", - "name": "value", - "description": "

The value of the advisory identifer.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "references", - "description": "

Links to additional advisory information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "url", - "description": "

The URL of the reference.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "published_at", - "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "withdrawn_at", - "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "security_vulnerability", - "description": "

Details pertaining to one vulnerable version range for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "url", - "description": "

The REST API URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "

The GitHub URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "dismissed_at", - "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "object", - "name": "dismissed_by", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "dismissed_reason", - "description": "

The reason that the alert was dismissed.

", - "isRequired": true, - "enum": [ - "fix_started", - "inaccurate", - "no_bandwidth", - "not_used", - "tolerable_risk", - null - ] - }, - { - "type": "string or null", - "name": "dismissed_comment", - "description": "

An optional comment associated with the alert's dismissal.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "fixed_at", - "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "dependabot_alert" } }, "deploy_key": { diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 385c92b15c..8c57d3a728 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -14788,8 +14788,8 @@ } }, "dependabot_alert": { - "created": { - "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "auto_dismissed": { + "descriptionHtml": "

A Dependabot alert was automatically closed.

", "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", "bodyParameters": [ { @@ -14799,7 +14799,7 @@ "description": "", "isRequired": true, "enum": [ - "created" + "auto_dismissed" ], "childParamsGroups": [] }, @@ -14822,6 +14822,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15315,6 +15316,1176 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "auto_dismissed", + "category": "dependabot_alert" + }, + "reopened": { + "descriptionHtml": "

A Dependabot alert was manually reopened.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened", + "auto_reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + } + ] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

A repository on GitHub.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "reopened", + "category": "dependabot_alert" + }, + "created": { + "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "

A Dependabot alert.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

", + "isRequired": true + }, + { + "type": "string", + "name": "state", + "description": "

The state of the Dependabot alert.

", + "isRequired": true, + "enum": [ + "auto_dismissed", + "dismissed", + "fixed", + "open" + ] + }, + { + "type": "object", + "name": "dependency", + "description": "

Details for the vulnerable dependency.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "manifest_path", + "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" + }, + { + "type": "string or null", + "name": "scope", + "description": "

The execution scope of the vulnerable dependency.

", + "enum": [ + "development", + "runtime", + null + ] + } + ] + }, + { + "type": "object", + "name": "security_advisory", + "description": "

Details for the GitHub Security Advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ghsa_id", + "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "cve_id", + "description": "

The unique CVE ID assigned to the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "summary", + "description": "

A short, plain text summary of the advisory.

", + "isRequired": true + }, + { + "type": "string", + "name": "description", + "description": "

A long-form Markdown-supported description of the advisory.

", + "isRequired": true + }, + { + "type": "array of objects", + "name": "vulnerabilities", + "description": "

Vulnerable version range information for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the advisory.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "object", + "name": "cvss", + "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "score", + "description": "

The overall CVSS score of the advisory.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "vector_string", + "description": "

The full CVSS vector string for the advisory.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "cwes", + "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "cwe_id", + "description": "

The unique CWE ID.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The short, plain text name of the CWE.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "identifiers", + "description": "

Values that identify this advisory among security information sources.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "type", + "description": "

The type of advisory identifier.

", + "isRequired": true, + "enum": [ + "CVE", + "GHSA" + ] + }, + { + "type": "string", + "name": "value", + "description": "

The value of the advisory identifer.

", + "isRequired": true + } + ] + }, + { + "type": "array of objects", + "name": "references", + "description": "

Links to additional advisory information.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "url", + "description": "

The URL of the reference.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "published_at", + "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "withdrawn_at", + "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "security_vulnerability", + "description": "

Details pertaining to one vulnerable version range for the advisory.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "package", + "description": "

Details for the vulnerable package.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "ecosystem", + "description": "

The package's language or package management ecosystem.

", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The unique package name within its ecosystem.

", + "isRequired": true + } + ] + }, + { + "type": "string", + "name": "severity", + "description": "

The severity of the vulnerability.

", + "isRequired": true, + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + { + "type": "string", + "name": "vulnerable_version_range", + "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", + "isRequired": true + }, + { + "type": "object or null", + "name": "first_patched_version", + "description": "

Details pertaining to the package version that patches this vulnerability.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "identifier", + "description": "

The package version that patches this vulnerability.

", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "dismissed_at", + "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "object", + "name": "dismissed_by", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "dismissed_reason", + "description": "

The reason that the alert was dismissed.

", + "isRequired": true, + "enum": [ + "fix_started", + "inaccurate", + "no_bandwidth", + "not_used", + "tolerable_risk", + null + ] + }, + { + "type": "string or null", + "name": "dismissed_comment", + "description": "

An optional comment associated with the alert's dismissal.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "fixed_at", + "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15398,6 +16569,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15891,6 +17063,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15974,6 +17151,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16467,6 +17645,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16550,6 +17733,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -17043,6 +18227,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -17091,582 +18280,6 @@ ], "action": "reintroduced", "category": "dependabot_alert" - }, - "reopened": { - "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note: Webhook events for Dependabot alerts are currently in beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "reopened" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "

A Dependabot alert.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "

The security alert number.

", - "isRequired": true - }, - { - "type": "string", - "name": "state", - "description": "

The state of the Dependabot alert.

", - "isRequired": true, - "enum": [ - "dismissed", - "fixed", - "open" - ] - }, - { - "type": "object", - "name": "dependency", - "description": "

Details for the vulnerable dependency.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "manifest_path", - "description": "

The full path to the dependency manifest file, relative to the root of the repository.

" - }, - { - "type": "string or null", - "name": "scope", - "description": "

The execution scope of the vulnerable dependency.

", - "enum": [ - "development", - "runtime", - null - ] - } - ] - }, - { - "type": "object", - "name": "security_advisory", - "description": "

Details for the GitHub Security Advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ghsa_id", - "description": "

The unique GitHub Security Advisory ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "cve_id", - "description": "

The unique CVE ID assigned to the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "summary", - "description": "

A short, plain text summary of the advisory.

", - "isRequired": true - }, - { - "type": "string", - "name": "description", - "description": "

A long-form Markdown-supported description of the advisory.

", - "isRequired": true - }, - { - "type": "array of objects", - "name": "vulnerabilities", - "description": "

Vulnerable version range information for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the advisory.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "object", - "name": "cvss", - "description": "

Details for the advisory pertaining to the Common Vulnerability Scoring System.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "score", - "description": "

The overall CVSS score of the advisory.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "vector_string", - "description": "

The full CVSS vector string for the advisory.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "cwes", - "description": "

Details for the advisory pertaining to Common Weakness Enumeration.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "cwe_id", - "description": "

The unique CWE ID.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The short, plain text name of the CWE.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "identifiers", - "description": "

Values that identify this advisory among security information sources.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "type", - "description": "

The type of advisory identifier.

", - "isRequired": true, - "enum": [ - "CVE", - "GHSA" - ] - }, - { - "type": "string", - "name": "value", - "description": "

The value of the advisory identifer.

", - "isRequired": true - } - ] - }, - { - "type": "array of objects", - "name": "references", - "description": "

Links to additional advisory information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "url", - "description": "

The URL of the reference.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "published_at", - "description": "

The time that the advisory was published in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the advisory was last modified in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "withdrawn_at", - "description": "

The time that the advisory was withdrawn in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "security_vulnerability", - "description": "

Details pertaining to one vulnerable version range for the advisory.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "package", - "description": "

Details for the vulnerable package.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "ecosystem", - "description": "

The package's language or package management ecosystem.

", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The unique package name within its ecosystem.

", - "isRequired": true - } - ] - }, - { - "type": "string", - "name": "severity", - "description": "

The severity of the vulnerability.

", - "isRequired": true, - "enum": [ - "low", - "medium", - "high", - "critical" - ] - }, - { - "type": "string", - "name": "vulnerable_version_range", - "description": "

Conditions that identify vulnerable versions of this vulnerability's package.

", - "isRequired": true - }, - { - "type": "object or null", - "name": "first_patched_version", - "description": "

Details pertaining to the package version that patches this vulnerability.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "identifier", - "description": "

The package version that patches this vulnerability.

", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string", - "name": "url", - "description": "

The REST API URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "

The GitHub URL of the alert resource.

", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "

The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "dismissed_at", - "description": "

The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - }, - { - "type": "object", - "name": "dismissed_by", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "dismissed_reason", - "description": "

The reason that the alert was dismissed.

", - "isRequired": true, - "enum": [ - "fix_started", - "inaccurate", - "no_bandwidth", - "not_used", - "tolerable_risk", - null - ] - }, - { - "type": "string or null", - "name": "dismissed_comment", - "description": "

An optional comment associated with the alert's dismissal.

", - "isRequired": true - }, - { - "type": "string or null", - "name": "fixed_at", - "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "dependabot_alert" } }, "deploy_key": { diff --git a/src/webhooks/data/ghes-3.7/schema.json b/src/webhooks/data/ghes-3.7/schema.json index 3c14930840..86b179788d 100644 --- a/src/webhooks/data/ghes-3.7/schema.json +++ b/src/webhooks/data/ghes-3.7/schema.json @@ -14680,6 +14680,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15173,6 +15174,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15256,6 +15262,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15749,6 +15756,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15832,6 +15844,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16325,6 +16338,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16408,6 +16426,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16901,6 +16920,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16961,7 +16985,8 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "reopened", + "auto_reopened" ], "childParamsGroups": [] }, @@ -16984,6 +17009,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -17477,6 +17503,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -65833,16 +65864,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -65878,15 +65899,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -66199,16 +66211,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -66244,15 +66246,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -87276,11 +87269,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -90589,11 +90577,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -97412,11 +97395,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -110640,11 +110618,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -113953,11 +113926,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -117266,11 +117234,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -181510,16 +181473,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181555,15 +181508,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181745,16 +181689,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181790,15 +181724,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181979,16 +181904,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182024,15 +181939,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182212,16 +182118,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182257,15 +182153,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182353,19 +182240,6 @@ } ] }, - { - "type": "object", - "name": "notification_setting", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "from", - "description": "

The previous version of the team's notification setting if the action was edited.

", - "isRequired": true - } - ] - }, { "type": "object", "name": "repository", @@ -182545,16 +182419,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182590,15 +182454,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182779,16 +182634,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182824,15 +182669,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/data/ghes-3.8/schema.json b/src/webhooks/data/ghes-3.8/schema.json index 64794957a9..75634d81ca 100644 --- a/src/webhooks/data/ghes-3.8/schema.json +++ b/src/webhooks/data/ghes-3.8/schema.json @@ -14900,6 +14900,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15393,6 +15394,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -15476,6 +15482,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -15969,6 +15976,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16052,6 +16064,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -16545,6 +16558,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -16628,6 +16646,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -17121,6 +17140,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -17181,7 +17205,8 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "reopened", + "auto_reopened" ], "childParamsGroups": [] }, @@ -17204,6 +17229,7 @@ "description": "

The state of the Dependabot alert.

", "isRequired": true, "enum": [ + "auto_dismissed", "dismissed", "fixed", "open" @@ -17697,6 +17723,11 @@ "name": "fixed_at", "description": "

The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", "isRequired": true + }, + { + "type": "string or null", + "name": "auto_dismissed_at", + "description": "

The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" } ] }, @@ -66053,16 +66084,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -66098,15 +66119,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -66419,16 +66431,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -66464,15 +66466,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -87496,11 +87489,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -90809,11 +90797,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -97632,11 +97615,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -110860,11 +110838,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -114173,11 +114146,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -117486,11 +117454,6 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, - { - "type": "string", - "name": "notification_setting", - "description": "

The notification setting the team has set

" - }, { "type": "string", "name": "html_url", @@ -181753,16 +181716,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181798,15 +181751,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -181988,16 +181932,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182033,15 +181967,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182222,16 +182147,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182267,15 +182182,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182455,16 +182361,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182500,15 +182396,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182596,19 +182483,6 @@ } ] }, - { - "type": "object", - "name": "notification_setting", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "from", - "description": "

The previous version of the team's notification setting if the action was edited.

", - "isRequired": true - } - ] - }, { "type": "object", "name": "repository", @@ -182788,16 +182662,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -182833,15 +182697,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -183022,16 +182877,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "isRequired": true, - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", @@ -183067,15 +182912,6 @@ "secret" ] }, - { - "type": "string", - "name": "notification_setting", - "description": "

Whether team members will receive notifications when their team is @mentioned

", - "enum": [ - "notifications_enabled", - "notifications_disabled" - ] - }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 32af09c103..67f720590a 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "5e5aae0773f486f4cf84593a39c1187316445672" + "sha": "0ab300c12457e24960c4405b2112c2437d6c2260" } \ No newline at end of file