Skip to content

Commit 85be4b7

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request #15 from wsmith/feature/x-linode-commands-action
Added x-linode-cli-comamnd and action for paths and methods
2 parents 84906b2 + 26bae3c commit 85be4b7

File tree

2 files changed

+263
-12
lines changed

2 files changed

+263
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ use in our spec:
4949
Attribute | Location | Type | Supported By | Explanation
5050
---|---|---|---|---
5151
`x-linode-filterable` | schema properties | boolean | | If `true`, indicates that this property may be included in an X-Filter header
52+
`x-linode-grant` | method | string | | The level of access a user must have in order to call this endpoint.
5253
`x-linode-cli-display` | schema properties | integer | linode-cli | If truthy, this property will be displayed in the Linode CLI. The numeric value determines the ordering of the displayed columns, left to right.
5354
`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.
5455
`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.

0 commit comments

Comments
 (0)