|
1 | 1 | { |
2 | 2 | "openapi": "3.0.3", |
3 | 3 | "info": { |
4 | | - "version": "3.1.2", |
| 4 | + "version": "3.2.0", |
5 | 5 | "title": "GitHub's official OpenAPI spec + Octokit extension", |
6 | 6 | "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", |
7 | 7 | "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, |
|
100 | 100 | ], |
101 | 101 | "servers": [ |
102 | 102 | { |
103 | | - "url": "{protocol}://api.{hostname}", |
| 103 | + "url": "https://{hostname}/api/v3", |
104 | 104 | "variables": { |
105 | 105 | "hostname": { |
106 | 106 | "description": "Self-hosted GitHub AE hostname", |
107 | 107 | "default": "HOSTNAME" |
108 | | - }, |
109 | | - "protocol": { |
110 | | - "description": "Self-hosted GitHub AE protocol", |
111 | | - "default": "http" |
112 | 108 | } |
113 | 109 | } |
114 | 110 | } |
|
4906 | 4902 | "parameters": [ |
4907 | 4903 | { |
4908 | 4904 | "name": "filter", |
4909 | | - "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation", |
| 4905 | + "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation", |
4910 | 4906 | "in": "query", |
4911 | 4907 | "required": false, |
4912 | 4908 | "schema": { |
|
7273 | 7269 | { "$ref": "#/components/parameters/org" }, |
7274 | 7270 | { |
7275 | 7271 | "name": "filter", |
7276 | | - "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation", |
| 7272 | + "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation", |
7277 | 7273 | "in": "query", |
7278 | 7274 | "required": false, |
7279 | 7275 | "schema": { |
|
30465 | 30461 | "parameters": [ |
30466 | 30462 | { |
30467 | 30463 | "name": "filter", |
30468 | | - "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation", |
| 30464 | + "description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation", |
30469 | 30465 | "in": "query", |
30470 | 30466 | "required": false, |
30471 | 30467 | "schema": { |
|
45248 | 45244 | }, |
45249 | 45245 | "body_html": { "type": "string" }, |
45250 | 45246 | "body_text": { "type": "string" }, |
| 45247 | + "mentions_count": { "type": "integer" }, |
45251 | 45248 | "discussion_url": { |
45252 | 45249 | "description": "The URL of the release discussion.", |
45253 | 45250 | "type": "string", |
|
0 commit comments