You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new CLI-specific parameters to backups endpoint
This goes with linode/linode-cli#156
The CLI had a hard time parsing the output of this endpoint well, so I
made the above CLI PR to use these two new spec extensions to give it a
hint as to how to parse these responses. They shouldn't change anything
in the docs at all.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,5 @@ Attribute | Location | Type | Supported By | Explanation
47
47
`x-linode-cli-skip` | method | boolean | linode-cli | If true, the CLI will not expose this action.
48
48
`x-linode-redoc-load-ids`| operation | boolean | If true, ReDoc will load this path and print a bulleted list of IDs. This only works on public collections.
49
49
`x-linode-ref-name`| keyword | string | [Linode Developer's Site](https://github.com/linode/developers) | Provides a mechanism by which the Developer's site can generate a dropdown menu with an Object's name when using the `oneOf` keyword with a `discriminator`. **Note**: This front end functionality is currently being developed.
50
+
`x-linode-cli-rows`| media type | array | A list of JSON paths where the CLI can find the value it should treat as table rows. Only needed for irregular endpoints.
51
+
`x-linode-cli-use-schema` | media type | schema or $ref | The schema the CLI should use when showing a row for this response. Use with `x-linode-cli-rows`.
0 commit comments