Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Dec 6, 2024
1 parent 317140b commit 167308c
Show file tree
Hide file tree
Showing 16 changed files with 196 additions and 152 deletions.
13 changes: 7 additions & 6 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -94801,7 +94801,8 @@
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
"deprecated": true,
"description": "**Closing down notice:** This field is no longer relevant and is closing down. Use the `created_at` field to determine when the assignee was last granted access to GitHub Copilot. Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
Expand Down Expand Up @@ -294341,11 +294342,11 @@
"schema": {
"type": "string",
"enum": [
"installations",
"classic_pats",
"fine_grained_pats",
"oauth_apps",
"github_apps_user_to_server"
"installation",
"classic_pat",
"fine_grained_pat",
"oauth_app",
"github_app_user_to_server"
]
}
},
Expand Down
17 changes: 10 additions & 7 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68810,8 +68810,11 @@ components:
updated_at:
type: string
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
deprecated: true
description: "**Closing down notice:** This field is no longer relevant
and is closing down. Use the `created_at` field to determine when the
assignee was last granted access to GitHub Copilot. 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,
Expand Down Expand Up @@ -223589,11 +223592,11 @@ components:
schema:
type: string
enum:
- installations
- classic_pats
- fine_grained_pats
- oauth_apps
- github_apps_user_to_server
- installation
- classic_pat
- fine_grained_pat
- oauth_app
- github_app_user_to_server
api-insights-actor-id:
name: actor_id
in: path
Expand Down
13 changes: 7 additions & 6 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94801,7 +94801,8 @@
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
"deprecated": true,
"description": "**Closing down notice:** This field is no longer relevant and is closing down. Use the `created_at` field to determine when the assignee was last granted access to GitHub Copilot. Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
Expand Down Expand Up @@ -294341,11 +294342,11 @@
"schema": {
"type": "string",
"enum": [
"installations",
"classic_pats",
"fine_grained_pats",
"oauth_apps",
"github_apps_user_to_server"
"installation",
"classic_pat",
"fine_grained_pat",
"oauth_app",
"github_app_user_to_server"
]
}
},
Expand Down
17 changes: 10 additions & 7 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68810,8 +68810,11 @@ components:
updated_at:
type: string
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
deprecated: true
description: "**Closing down notice:** This field is no longer relevant
and is closing down. Use the `created_at` field to determine when the
assignee was last granted access to GitHub Copilot. 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,
Expand Down Expand Up @@ -223589,11 +223592,11 @@ components:
schema:
type: string
enum:
- installations
- classic_pats
- fine_grained_pats
- oauth_apps
- github_apps_user_to_server
- installation
- classic_pat
- fine_grained_pat
- oauth_app
- github_app_user_to_server
api-insights-actor-id:
name: actor_id
in: path
Expand Down
Loading

0 comments on commit 167308c

Please sign in to comment.