Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95776,7 +95776,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
Original file line number Diff line number Diff line change
Expand Up @@ -69249,8 +69249,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
3 changes: 2 additions & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -95776,7 +95776,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
7 changes: 5 additions & 2 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69249,8 +69249,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
Original file line number Diff line number Diff line change
Expand Up @@ -18457,7 +18457,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 @@ -81513,7 +81514,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 @@ -108601,7 +108603,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
Loading
Loading