@@ -384,23 +384,26 @@ Specification Extensions
384384In order to be more useful, the following `Specification Extensions `_ have been
385385added to Linode's OpenAPI spec:
386386
387- +---------------------+----------+-------------------------------------------------------------------------------------------+
388- | Attribute | Location | Purpose |
389- +---------------------+----------+-------------------------------------------------------------------------------------------+
390- | x-linode-cli-action | method | The action name for operations under this path. If not present, operationId is used. |
391- +---------------------+----------+-------------------------------------------------------------------------------------------+
392- | x-linode-cli-color | property | If present, defines key-value pairs of property value: color. Colors must be understood |
393- | | | by colorclass.Color. Must include a default. |
394- +---------------------+----------+-------------------------------------------------------------------------------------------+
395- | x-linode-cli-command | path | The command name for operations under this path. If not present, "default" is used. |
396- +---------------------+----------+-------------------------------------------------------------------------------------------+
397- | x-linode-cli-display | property | If truthy, displays this as a column in output. If a number, determines the ordering |
398- | | | (left to right). |
399- +---------------------+----------+-------------------------------------------------------------------------------------------+
400- | x-linode-cli-format | property | Overrides the "format" given in this property for the CLI only. Valid values are `file ` |
401- | | | and `json `. |
402- +---------------------+----------+-------------------------------------------------------------------------------------------+
403- | x-linode-cli-skip | path | If present and truthy, this method will not be available in the CLI. |
404- +---------------------+----------+-------------------------------------------------------------------------------------------+
387+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
388+ | Attribute | Location | Purpose |
389+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
390+ | x-linode-cli-action | method | The action name for operations under this path. If not present, operationId is used. |
391+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
392+ | x-linode-cli-color | property | If present, defines key-value pairs of property value: color. Colors must be understood |
393+ | | | by colorclass.Color. Must include a default. |
394+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
395+ | x-linode-cli-command | path | The command name for operations under this path. If not present, "default" is used. |
396+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
397+ | x-linode-cli-display | property | If truthy, displays this as a column in output. If a number, determines the ordering |
398+ | | | (left to right). |
399+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
400+ | x-linode-cli-format | property | Overrides the "format" given in this property for the CLI only. Valid values are `file ` |
401+ | | | and `json `. |
402+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
403+ | x-linode-cli-skip | path | If present and truthy, this method will not be available in the CLI. |
404+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
405+ +x-linode-cli-allowed-defaults| requestBody | Tells the CLI what configured defaults apply to this request. Value values are "region", |
406+ + | | "image", and "type". |
407+ +-----------------------------+-------------+-------------------------------------------------------------------------------------------+
405408
406409.. _Specification Extensions : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#specificationExtensions
0 commit comments