Skip to content

Commit

Permalink
Merge pull request #4045 from github/openapi-update-744b90d92a4dc18bf…
Browse files Browse the repository at this point in the history
…ee5c45e84b96b918f48b4033ed08aa35829009ca40b53e5

Update OpenAPI 3.0 Descriptions
  • Loading branch information
becco authored Oct 7, 2024
2 parents bdf624d + 6649960 commit d284efb
Show file tree
Hide file tree
Showing 16 changed files with 404 additions and 8 deletions.
23 changes: 22 additions & 1 deletion descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -92433,6 +92433,15 @@
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -97935,6 +97944,15 @@
"disabled",
"unconfigured"
]
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -261645,6 +261663,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down Expand Up @@ -265810,7 +265829,8 @@
"ide_chat": "enabled",
"platform_chat": "enabled",
"cli": "enabled",
"public_code_suggestions": "block"
"public_code_suggestions": "block",
"plan_type": "business"
}
},
"organization-dependabot-secret-paginated": {
Expand Down Expand Up @@ -266414,6 +266434,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down
19 changes: 19 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67126,6 +67126,14 @@ components:
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
when applicable.
enum:
- business
- enterprise
- unknown
required:
- assignee
- created_at
Expand Down Expand Up @@ -71524,6 +71532,14 @@ components:
- assign_selected
- disabled
- unconfigured
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
when applicable.
enum:
- business
- enterprise
- unknown
required:
- seat_breakdown
- public_code_suggestions
Expand Down Expand Up @@ -195998,6 +196014,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
plan_type: business
assignee:
login: octocat
id: 1
Expand Down Expand Up @@ -199583,6 +199600,7 @@ components:
platform_chat: enabled
cli: enabled
public_code_suggestions: block
plan_type: business
organization-dependabot-secret-paginated:
value:
total_count: 3
Expand Down Expand Up @@ -200094,6 +200112,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
plan_type: business
assignee:
login: octocat
id: 1
Expand Down
23 changes: 22 additions & 1 deletion descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -92433,6 +92433,15 @@
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -97935,6 +97944,15 @@
"disabled",
"unconfigured"
]
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -261645,6 +261663,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down Expand Up @@ -265810,7 +265829,8 @@
"ide_chat": "enabled",
"platform_chat": "enabled",
"cli": "enabled",
"public_code_suggestions": "block"
"public_code_suggestions": "block",
"plan_type": "business"
}
},
"organization-dependabot-secret-paginated": {
Expand Down Expand Up @@ -266414,6 +266434,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down
Loading

0 comments on commit d284efb

Please sign in to comment.