Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Aug 2, 2023
1 parent 902841d commit 259e175
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65744,8 +65744,8 @@
},
"/manage/v1/config/nodes": {
"get": {
"summary": "Get all GHES node metadata for all nodes",
"description": "Get all node metadata for existing nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/[email protected]/admin/enterprise-management/configuring-clustering/about-clustering).\"",
"summary": "Get GHES node metadata for all nodes",
"description": "Get node metadata for all configured nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/[email protected]/admin/enterprise-management/configuring-clustering/about-clustering).\"",
"operationId": "enterprise-admin/get-config-nodes",
"tags": [
"enterprise-admin"
Expand Down Expand Up @@ -65816,6 +65816,9 @@
"uuid": {
"type": "string"
},
"replica": {
"type": "boolean"
},
"cluster_roles": {
"type": "array",
"items": {
Expand Down Expand Up @@ -65877,6 +65880,9 @@
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal error"
}
},
"x-github": {
Expand Down Expand Up @@ -66063,6 +66069,9 @@
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal error"
}
},
"x-github": {
Expand Down Expand Up @@ -66185,6 +66194,9 @@
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal error"
}
},
"x-github": {
Expand Down
Loading

0 comments on commit 259e175

Please sign in to comment.