Skip to content

Commit 2ec049c

Browse files
docs-botam-stead
andauthored
Update OpenAPI Description (#54418)
Co-authored-by: Anne-Marie <[email protected]>
1 parent 374f4c2 commit 2ec049c

File tree

5 files changed

+21
-25
lines changed

5 files changed

+21
-25
lines changed

Diff for: src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
63+
"sha": "2320d61e4c805300787f8551fda53076bb4fae8b"
6464
}

Diff for: src/rest/data/fpt-2022-11-28/schema.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -237475,7 +237475,7 @@
237475237475
"type": "object",
237476237476
"properties": {
237477237477
"seat_breakdown": {
237478-
"title": "Copilot Business Seat Breakdown",
237478+
"title": "Copilot Seat Breakdown",
237479237479
"description": "The breakdown of Copilot Business seats for the organization.",
237480237480
"type": "object",
237481237481
"properties": {
@@ -237493,7 +237493,7 @@
237493237493
},
237494237494
"pending_invitation": {
237495237495
"type": "integer",
237496-
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
237496+
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
237497237497
},
237498237498
"active_this_cycle": {
237499237499
"type": "integer",
@@ -237507,17 +237507,16 @@
237507237507
},
237508237508
"public_code_suggestions": {
237509237509
"type": "string",
237510-
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
237510+
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
237511237511
"enum": [
237512237512
"allow",
237513237513
"block",
237514-
"unconfigured",
237515-
"unknown"
237514+
"unconfigured"
237516237515
]
237517237516
},
237518237517
"ide_chat": {
237519237518
"type": "string",
237520-
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
237519+
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
237521237520
"enum": [
237522237521
"enabled",
237523237522
"disabled",
@@ -237526,7 +237525,7 @@
237526237525
},
237527237526
"platform_chat": {
237528237527
"type": "string",
237529-
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
237528+
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
237530237529
"enum": [
237531237530
"enabled",
237532237531
"disabled",
@@ -237535,7 +237534,7 @@
237535237534
},
237536237535
"cli": {
237537237536
"type": "string",
237538-
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
237537+
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
237539237538
"enum": [
237540237539
"enabled",
237541237540
"disabled",
@@ -237557,8 +237556,7 @@
237557237556
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
237558237557
"enum": [
237559237558
"business",
237560-
"enterprise",
237561-
"unknown"
237559+
"enterprise"
237562237560
]
237563237561
}
237564237562
},
@@ -344032,7 +344030,7 @@
344032344030
"type": "integer",
344033344031
"name": "sub_issue_id",
344034344032
"in": "body",
344035-
"description": "<p>The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue</p>",
344033+
"description": "<p>The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue</p>",
344036344034
"isRequired": true
344037344035
},
344038344036
{

Diff for: src/rest/data/ghec-2022-11-28/schema.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -251392,7 +251392,7 @@
251392251392
"type": "object",
251393251393
"properties": {
251394251394
"seat_breakdown": {
251395-
"title": "Copilot Business Seat Breakdown",
251395+
"title": "Copilot Seat Breakdown",
251396251396
"description": "The breakdown of Copilot Business seats for the organization.",
251397251397
"type": "object",
251398251398
"properties": {
@@ -251410,7 +251410,7 @@
251410251410
},
251411251411
"pending_invitation": {
251412251412
"type": "integer",
251413-
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
251413+
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
251414251414
},
251415251415
"active_this_cycle": {
251416251416
"type": "integer",
@@ -251424,17 +251424,16 @@
251424251424
},
251425251425
"public_code_suggestions": {
251426251426
"type": "string",
251427-
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
251427+
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
251428251428
"enum": [
251429251429
"allow",
251430251430
"block",
251431-
"unconfigured",
251432-
"unknown"
251431+
"unconfigured"
251433251432
]
251434251433
},
251435251434
"ide_chat": {
251436251435
"type": "string",
251437-
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
251436+
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
251438251437
"enum": [
251439251438
"enabled",
251440251439
"disabled",
@@ -251443,7 +251442,7 @@
251443251442
},
251444251443
"platform_chat": {
251445251444
"type": "string",
251446-
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
251445+
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
251447251446
"enum": [
251448251447
"enabled",
251449251448
"disabled",
@@ -251452,7 +251451,7 @@
251452251451
},
251453251452
"cli": {
251454251453
"type": "string",
251455-
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
251454+
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
251456251455
"enum": [
251457251456
"enabled",
251458251457
"disabled",
@@ -251474,8 +251473,7 @@
251474251473
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
251475251474
"enum": [
251476251475
"business",
251477-
"enterprise",
251478-
"unknown"
251476+
"enterprise"
251479251477
]
251480251478
}
251481251479
},
@@ -376569,7 +376567,7 @@
376569376567
"type": "integer",
376570376568
"name": "sub_issue_id",
376571376569
"in": "body",
376572-
"description": "<p>The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue</p>",
376570+
"description": "<p>The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue</p>",
376573376571
"isRequired": true
376574376572
},
376575376573
{

Diff for: src/rest/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
]
5151
}
5252
},
53-
"sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
53+
"sha": "2320d61e4c805300787f8551fda53076bb4fae8b"
5454
}

Diff for: src/webhooks/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
2+
"sha": "2320d61e4c805300787f8551fda53076bb4fae8b"
33
}

0 commit comments

Comments
 (0)