Skip to content

Commit 945cc41

Browse files
authored
Merge pull request #686 from github/openapi-update-f766c99798fe0a281cab3b617eb470b4736e3beeaf907cd0588416ba899b4979
fix: Update summary/description/fields for /repos/{owner}/{repo}/codespaces
2 parents 349e55f + 47d2a89 commit 945cc41

24 files changed

+4409
-1083
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 722 additions & 401 deletions
Large diffs are not rendered by default.

descriptions/api.github.com/api.github.com.yaml

Lines changed: 465 additions & 159 deletions
Large diffs are not rendered by default.

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 473 additions & 156 deletions
Large diffs are not rendered by default.

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 544 additions & 239 deletions
Large diffs are not rendered by default.

descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json

Lines changed: 363 additions & 2 deletions
Large diffs are not rendered by default.

descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4737,6 +4737,8 @@ paths:
47374737
type: boolean
47384738
delete_branch_on_merge:
47394739
type: boolean
4740+
allow_update_branch:
4741+
type: boolean
47404742
allow_merge_commit:
47414743
type: boolean
47424744
subscribers_count:
@@ -9359,6 +9361,8 @@ paths:
93599361
updated_at:
93609362
type: string
93619363
format: date-time
9364+
draft:
9365+
type: boolean
93629366
closed_by:
93639367
title: Simple User
93649368
description: Simple User
@@ -24762,6 +24766,11 @@ paths:
2476224766
type: object
2476324767
properties: *203
2476424768
required: *204
24769+
scim:
24770+
title: Rate Limit
24771+
type: object
24772+
properties: *203
24773+
required: *204
2476524774
required:
2476624775
- core
2476724776
- search
@@ -31103,7 +31112,10 @@ paths:
3110331112
contexts:
3110431113
type: array
3110531114
description: The list of status checks to require in order to
31106-
merge into this branch
31115+
merge into this branch. If any of these checks have recently
31116+
been set by a particular GitHub App, they will be required
31117+
to come from that app in future for the branch to merge. Use
31118+
`checks` instead of `contexts` for more fine-grained control.
3110731119
items:
3110831120
type: string
3110931121
required:
@@ -56219,6 +56231,10 @@ paths:
5621956231
in_reply_to:
5622056232
type: integer
5622156233
example: 2
56234+
description: The ID of the review comment to reply to. To find the
56235+
ID of a review comment with ["List review comments on a pull request"](#list-review-comments-on-a-pull-request).
56236+
When specified, all parameters other than `body` in the request
56237+
body are ignored.
5622256238
required:
5622356239
- body
5622456240
examples:

descriptions/ghes-3.0/ghes-3.0.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19586,7 +19586,7 @@
1958619586
},
1958719587
"contexts": {
1958819588
"type": "array",
19589-
"description": "The list of status checks to require in order to merge into this branch",
19589+
"description": "The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use `checks` instead of `contexts` for more fine-grained control.",
1959019590
"items": {
1959119591
"type": "string"
1959219592
}
@@ -34226,7 +34226,8 @@
3422634226
},
3422734227
"in_reply_to": {
3422834228
"type": "integer",
34229-
"example": 2
34229+
"example": 2,
34230+
"description": "The ID of the review comment to reply to. To find the ID of a review comment with [\"List review comments on a pull request\"](#list-review-comments-on-a-pull-request). When specified, all parameters other than `body` in the request body are ignored."
3423034231
}
3423134232
},
3423234233
"required": [
@@ -48354,6 +48355,9 @@
4835448355
"delete_branch_on_merge": {
4835548356
"type": "boolean"
4835648357
},
48358+
"allow_update_branch": {
48359+
"type": "boolean"
48360+
},
4835748361
"allow_merge_commit": {
4835848362
"type": "boolean"
4835948363
},
@@ -49865,6 +49869,9 @@
4986549869
"type": "string",
4986649870
"format": "date-time"
4986749871
},
49872+
"draft": {
49873+
"type": "boolean"
49874+
},
4986849875
"closed_by": {
4986949876
"$ref": "#/components/schemas/nullable-simple-user"
4987049877
},
@@ -51765,6 +51772,9 @@
5176551772
"delete_branch_on_merge": {
5176651773
"type": "boolean"
5176751774
},
51775+
"allow_update_branch": {
51776+
"type": "boolean"
51777+
},
5176851778
"allow_merge_commit": {
5176951779
"type": "boolean"
5177051780
},
@@ -54432,6 +54442,9 @@
5443254442
},
5443354443
"actions_runner_registration": {
5443454444
"$ref": "#/components/schemas/rate-limit"
54445+
},
54446+
"scim": {
54447+
"$ref": "#/components/schemas/rate-limit"
5443554448
}
5443654449
},
5443754450
"required": [
@@ -60493,6 +60506,9 @@
6049360506
"type": "string",
6049460507
"format": "date-time"
6049560508
},
60509+
"draft": {
60510+
"type": "boolean"
60511+
},
6049660512
"closed_by": {
6049760513
"$ref": "#/components/schemas/nullable-simple-user"
6049860514
},

descriptions/ghes-3.0/ghes-3.0.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14305,7 +14305,10 @@ paths:
1430514305
contexts:
1430614306
type: array
1430714307
description: The list of status checks to require in order to
14308-
merge into this branch
14308+
merge into this branch. If any of these checks have recently
14309+
been set by a particular GitHub App, they will be required
14310+
to come from that app in future for the branch to merge. Use
14311+
`checks` instead of `contexts` for more fine-grained control.
1430914312
items:
1431014313
type: string
1431114314
required:
@@ -25151,6 +25154,10 @@ paths:
2515125154
in_reply_to:
2515225155
type: integer
2515325156
example: 2
25157+
description: The ID of the review comment to reply to. To find the
25158+
ID of a review comment with ["List review comments on a pull request"](#list-review-comments-on-a-pull-request).
25159+
When specified, all parameters other than `body` in the request
25160+
body are ignored.
2515425161
required:
2515525162
- body
2515625163
examples:
@@ -35537,6 +35544,8 @@ components:
3553735544
type: boolean
3553835545
delete_branch_on_merge:
3553935546
type: boolean
35547+
allow_update_branch:
35548+
type: boolean
3554035549
allow_merge_commit:
3554135550
type: boolean
3554235551
subscribers_count:
@@ -36731,6 +36740,8 @@ components:
3673136740
updated_at:
3673236741
type: string
3673336742
format: date-time
36743+
draft:
36744+
type: boolean
3673436745
closed_by:
3673536746
"$ref": "#/components/schemas/nullable-simple-user"
3673636747
body_html:
@@ -38171,6 +38182,8 @@ components:
3817138182
type: boolean
3817238183
delete_branch_on_merge:
3817338184
type: boolean
38185+
allow_update_branch:
38186+
type: boolean
3817438187
allow_merge_commit:
3817538188
type: boolean
3817638189
subscribers_count:
@@ -40272,6 +40285,8 @@ components:
4027240285
"$ref": "#/components/schemas/rate-limit"
4027340286
actions_runner_registration:
4027440287
"$ref": "#/components/schemas/rate-limit"
40288+
scim:
40289+
"$ref": "#/components/schemas/rate-limit"
4027540290
required:
4027640291
- core
4027740292
- search
@@ -44873,6 +44888,8 @@ components:
4487344888
updated_at:
4487444889
type: string
4487544890
format: date-time
44891+
draft:
44892+
type: boolean
4487644893
closed_by:
4487744894
"$ref": "#/components/schemas/nullable-simple-user"
4487844895
body_html:

0 commit comments

Comments
 (0)