Skip to content

Commit 9e04313

Browse files
authored
Merge pull request #5812 from github/openapi-update-aa747b22510532486890761bfc8c6edc1259820b61ddaacd546d648e44817e99
Update OpenAPI 3.0 Descriptions
2 parents 7c030db + 8250bc0 commit 9e04313

16 files changed

+456
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119030,6 +119030,19 @@
119030119030
},
119031119031
"example": "123ABC456DEF789"
119032119032
},
119033+
"failover_network_settings_ids": {
119034+
"description": "The unique identifier of each failover network settings in the configuration.",
119035+
"type": "array",
119036+
"items": {
119037+
"type": "string"
119038+
},
119039+
"example": "123ABC456DEF789"
119040+
},
119041+
"failover_network_enabled": {
119042+
"description": "Indicates whether the failover network resource is enabled.",
119043+
"type": "boolean",
119044+
"example": true
119045+
},
119033119046
"created_on": {
119034119047
"description": "The time at which the network configuration was created, in ISO 8601 format.",
119035119048
"type": "string",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87323,6 +87323,17 @@ components:
8732387323
items:
8732487324
type: string
8732587325
example: 123ABC456DEF789
87326+
failover_network_settings_ids:
87327+
description: The unique identifier of each failover network settings in
87328+
the configuration.
87329+
type: array
87330+
items:
87331+
type: string
87332+
example: 123ABC456DEF789
87333+
failover_network_enabled:
87334+
description: Indicates whether the failover network resource is enabled.
87335+
type: boolean
87336+
example: true
8732687337
created_on:
8732787338
description: The time at which the network configuration was created, in
8732887339
ISO 8601 format.

descriptions/api.github.com/api.github.com.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119030,6 +119030,19 @@
119030119030
},
119031119031
"example": "123ABC456DEF789"
119032119032
},
119033+
"failover_network_settings_ids": {
119034+
"description": "The unique identifier of each failover network settings in the configuration.",
119035+
"type": "array",
119036+
"items": {
119037+
"type": "string"
119038+
},
119039+
"example": "123ABC456DEF789"
119040+
},
119041+
"failover_network_enabled": {
119042+
"description": "Indicates whether the failover network resource is enabled.",
119043+
"type": "boolean",
119044+
"example": true
119045+
},
119033119046
"created_on": {
119034119047
"description": "The time at which the network configuration was created, in ISO 8601 format.",
119035119048
"type": "string",

0 commit comments

Comments
 (0)