Skip to content

Commit ae83988

Browse files
authored
Merge pull request #5813 from github/openapi-update-319c7f27dcea44428c0df51beb3232d617a3b7d4ad440e185731ba3dc26fcd19
Update OpenAPI 3.1 Descriptions
2 parents 9e04313 + c24f696 commit ae83988

16 files changed

Lines changed: 584 additions & 0 deletions

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120507,6 +120507,23 @@
120507120507
"123ABC456DEF789"
120508120508
]
120509120509
},
120510+
"failover_network_settings_ids": {
120511+
"description": "The unique identifier of each failover network settings in the configuration.",
120512+
"type": "array",
120513+
"items": {
120514+
"type": "string"
120515+
},
120516+
"examples": [
120517+
"123ABC456DEF789"
120518+
]
120519+
},
120520+
"failover_network_enabled": {
120521+
"description": "Indicates whether the failover network resource is enabled.",
120522+
"type": "boolean",
120523+
"examples": [
120524+
true
120525+
]
120526+
},
120510120527
"created_on": {
120511120528
"description": "The time at which the network configuration was created, in ISO 8601 format.",
120512120529
"type": [

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87425,6 +87425,19 @@ components:
8742587425
type: string
8742687426
examples:
8742787427
- 123ABC456DEF789
87428+
failover_network_settings_ids:
87429+
description: The unique identifier of each failover network settings in
87430+
the configuration.
87431+
type: array
87432+
items:
87433+
type: string
87434+
examples:
87435+
- 123ABC456DEF789
87436+
failover_network_enabled:
87437+
description: Indicates whether the failover network resource is enabled.
87438+
type: boolean
87439+
examples:
87440+
- true
8742887441
created_on:
8742987442
description: The time at which the network configuration was created, in
8743087443
ISO 8601 format.

descriptions-next/api.github.com/api.github.com.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120507,6 +120507,23 @@
120507120507
"123ABC456DEF789"
120508120508
]
120509120509
},
120510+
"failover_network_settings_ids": {
120511+
"description": "The unique identifier of each failover network settings in the configuration.",
120512+
"type": "array",
120513+
"items": {
120514+
"type": "string"
120515+
},
120516+
"examples": [
120517+
"123ABC456DEF789"
120518+
]
120519+
},
120520+
"failover_network_enabled": {
120521+
"description": "Indicates whether the failover network resource is enabled.",
120522+
"type": "boolean",
120523+
"examples": [
120524+
true
120525+
]
120526+
},
120510120527
"created_on": {
120511120528
"description": "The time at which the network configuration was created, in ISO 8601 format.",
120512120529
"type": [

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87425,6 +87425,19 @@ components:
8742587425
type: string
8742687426
examples:
8742787427
- 123ABC456DEF789
87428+
failover_network_settings_ids:
87429+
description: The unique identifier of each failover network settings in
87430+
the configuration.
87431+
type: array
87432+
items:
87433+
type: string
87434+
examples:
87435+
- 123ABC456DEF789
87436+
failover_network_enabled:
87437+
description: Indicates whether the failover network resource is enabled.
87438+
type: boolean
87439+
examples:
87440+
- true
8742887441
created_on:
8742987442
description: The time at which the network configuration was created, in
8743087443
ISO 8601 format.

0 commit comments

Comments
 (0)