Skip to content
Merged
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
17 changes: 17 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -120507,6 +120507,23 @@
"123ABC456DEF789"
]
},
"failover_network_settings_ids": {
"description": "The unique identifier of each failover network settings in the configuration.",
"type": "array",
"items": {
"type": "string"
},
"examples": [
"123ABC456DEF789"
]
},
"failover_network_enabled": {
"description": "Indicates whether the failover network resource is enabled.",
"type": "boolean",
"examples": [
true
]
},
"created_on": {
"description": "The time at which the network configuration was created, in ISO 8601 format.",
"type": [
Expand Down
13 changes: 13 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87425,6 +87425,19 @@ components:
type: string
examples:
- 123ABC456DEF789
failover_network_settings_ids:
description: The unique identifier of each failover network settings in
the configuration.
type: array
items:
type: string
examples:
- 123ABC456DEF789
failover_network_enabled:
description: Indicates whether the failover network resource is enabled.
type: boolean
examples:
- true
created_on:
description: The time at which the network configuration was created, in
ISO 8601 format.
Expand Down
17 changes: 17 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -120507,6 +120507,23 @@
"123ABC456DEF789"
]
},
"failover_network_settings_ids": {
"description": "The unique identifier of each failover network settings in the configuration.",
"type": "array",
"items": {
"type": "string"
},
"examples": [
"123ABC456DEF789"
]
},
"failover_network_enabled": {
"description": "Indicates whether the failover network resource is enabled.",
"type": "boolean",
"examples": [
true
]
},
"created_on": {
"description": "The time at which the network configuration was created, in ISO 8601 format.",
"type": [
Expand Down
Loading