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 14b7f83 commit b2100b9Copy full SHA for b2100b9
openapi.yaml
@@ -652,7 +652,7 @@ paths:
652
source: >
653
linode-cli account invoice-items 123
654
/account/notifications:
655
- x-linode-cli-command: notifications-list
+ x-linode-cli-command: account
656
get:
657
x-linode-grant: read_only
658
tags:
@@ -667,7 +667,7 @@ paths:
667
example, if you have an important ticket open, you must respond to the
668
ticket to dismiss the Notification.
669
operationId: getNotifications
670
- x-linode-cli-action: list
+ x-linode-cli-action: notifications-list
671
security:
672
- personalAccessToken: []
673
- oauth:
0 commit comments