Skip to content

Commit 81684ab

Browse files
committed
Add proper "supported by" to table
1 parent 73ecc22 commit 81684ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Attribute | Location | Type | Supported By | Explanation
4444
`x-linode-grant` | method | string | | The level of access a user must have in order to call this endpoint.
4545
`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.
4646
`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.
47-
`x-linode-cli-format` | schema properties | string | Overrides the value of the "format" field for this property, but for the CLI only. Valid values are `file` and `json`.
47+
`x-linode-cli-format` | schema properties | string | linode-cli | Overrides the value of the "format" field for this property, but for the CLI only. Valid values are `file` and `json`.
4848
`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.
4949
`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.
5050
`x-linode-cli-skip` | method | boolean | linode-cli | If true, the CLI will not expose this action.

0 commit comments

Comments
 (0)