Skip to content

Commit e2a5558

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge branch 'development' into lastfour-expiry
2 parents f310e9e + c7090e1 commit e2a5558

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ Attribute | Location | Type | Supported By | Explanation
7171
`x-linode-cli-color` | schema properties | object | linode-cli | A mapping of possible property values to color codes understood by python's [colorclass module](https://pypi.python.org/pypi/colorclass). Must include a `default_`, used for any value that doesn't match one of the keys.
7272
`x-linode-cli-command` | path | string | linode-cli | The command group the methods of this path fall into when generating commands in the `linode-cli <command> <action>` format.
7373
`x-linode-cli-action` | method | string | linode-cli | The action this method will be mapped to when generating commands in the `linode-cli <command> <action>` format.
74+
`x-linode-cli-skip` | method | boolean | linode-cli | If true, the CLI will not expose this action.

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ paths:
730730
Returns the thumbnail for this OAuth Client. This is a
731731
publicly-viewable endpoint, and can be accessed without authentication.
732732
operationId: getClientThumbnail
733+
x-linode-cli-skip: true
733734
x-linode-cli-action: client-thumbnail
734735
responses:
735736
'200':
@@ -755,6 +756,7 @@ paths:
755756
that will be returned when the thumbnail is retrieved. This image will
756757
be publicly-viewable.
757758
operationId: setClientThumbnail
759+
x-linode-cli-skip: true
758760
x-linode-cli-action: update-client-thumbnail
759761
security:
760762
- personalAccessToken: []
@@ -4146,6 +4148,7 @@ paths:
41464148
This endpoint returns CPU, IO, IPv4, and IPv6 statistics for your Linode
41474149
for the past 24 hours.
41484150
operationId: getLinodeStats
4151+
x-linode-cli-skip: true
41494152
x-linode-cli-action: stats
41504153
security:
41514154
- personalAccessToken: []
@@ -4200,6 +4203,7 @@ paths:
42004203
values must be either a date in the past, or the current month. If the
42014204
current month, statistics will be retrieved for the past 30 days.
42024205
operationId: getLinodeStatsByYearMonth
4206+
x-linode-cli-skip: true
42034207
x-linode-cli-action: stats-month
42044208
security:
42054209
- personalAccessToken: []
@@ -7510,6 +7514,7 @@ paths:
75107514
Support team in resolving your Support Ticket. Examples of attachments
75117515
are screen shots and text files that provide additional information.
75127516
operationId: createTicketAttachment
7517+
x-linode-cli-skip: true
75137518
x-linode-cli-action: upload-attachment
75147519
security:
75157520
- personalAccessToken: []

0 commit comments

Comments
 (0)