File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -1228,22 +1228,15 @@ paths:
12281228 get:
12291229 x-linode-grant: read_only
12301230 servers:
1231+ - url: https://api.linode.com/v4
12311232 - url: https://api.linode.com/v4beta
12321233 tags:
12331234 - Account
12341235 summary: Maintenance List
1235- description: >
1236- Returns a collection of Maintenance objects for any entity
1237- a user has permissions to view.
1238-
1236+ description: |
1237+ Returns a collection of Maintenance objects for any entity a user has permissions to view.
12391238
12401239 Currently, Linodes are the only entities available for viewing.
1241-
1242-
1243- **Beta**: This endpoint is in beta. Please make sure to prepend all requests with
1244- `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
1245- updates in the future. This notice will be removed when this endpoint is out of
1246- beta.
12471240 operationId: getMaintenance
12481241 x-linode-cli-action: maintenance-list
12491242 security:
@@ -1273,7 +1266,7 @@ paths:
12731266 - lang: Shell
12741267 source: >
12751268 curl -H "Authorization: Bearer $TOKEN" \
1276- https://api.linode.com/v4beta /account/maintenance
1269+ https://api.linode.com/v4 /account/maintenance
12771270 - lang: CLI
12781271 source: >
12791272 linode-cli account maintenance-list
You can’t perform that action at this time.
0 commit comments