We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5875249 commit ed52a54Copy full SHA for ed52a54
openapi.yaml
@@ -17951,11 +17951,13 @@ paths:
17951
x-linode-cli-action: view-avail
17952
responses:
17953
'200':
17954
- description: A single Region object.
+ description: The availability data for a single Region.
17955
content:
17956
application/json:
17957
schema:
17958
- $ref: '#/components/schemas/RegionAvailability'
+ type: array
17959
+ items:
17960
+ $ref: '#/components/schemas/RegionAvailability'
17961
default:
17962
$ref: '#/components/responses/ErrorResponse'
17963
x-code-samples:
0 commit comments