Skip to content

Release 4.74.0 #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 48 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b5e22c1
Allow CLI to reference StackScript script by path
Dorthu Aug 17, 2020
c092832
Document new spec extension
Dorthu Aug 17, 2020
35a3c71
Merge pull request #313 from linode/master
sagesyr Aug 25, 2020
c51d16c
removed disks from examples, added required to type and count on node…
Aug 25, 2020
b09cf3c
removed disks from cli examples
Aug 25, 2020
cc9e290
removed stray apostrophe
Aug 25, 2020
4bf6fbd
Added second accepted format
Dorthu Aug 26, 2020
73ecc22
Grouped new extension with other schema property extensions
Dorthu Aug 26, 2020
81684ab
Add proper "supported by" to table
Dorthu Aug 26, 2020
c212ef2
Fill in "supported by" for other CLI extensions
Dorthu Aug 26, 2020
c24ba43
Merge pull request #309 from Dorthu/stackscript-script-spec-exstension
Dorthu Aug 26, 2020
8ca715e
update language for view user grants to differentiate between accoun…
Aug 26, 2020
063fdf2
Filled in IPv6Range object
Dorthu Aug 31, 2020
13e2fac
updated nb config to include proxyprotocol
Aug 31, 2020
66b4019
Cleaned up example v6 addresses
Dorthu Sep 1, 2020
996dd5f
updated enum
Sep 1, 2020
d35b342
update description
Sep 1, 2020
b593acb
updated description
Sep 1, 2020
e572184
formatting the list
Sep 1, 2020
e70b24a
limited access keys update for obj
Sep 2, 2020
84cdf6c
Update Key fix
Sep 2, 2020
dd876fa
tech/copy fixes
Sep 3, 2020
3a04f37
added POST /linode/instances/{linodeId}/password
Sep 3, 2020
102abab
minor copy edits
leslitagordita Sep 3, 2020
fd79c56
Merge pull request #315 from hzoppetti/account-grants-read
leslitagordita Sep 3, 2020
31a9fa4
Merge pull request #314 from hzoppetti/node-pool-disks-no-req
leslitagordita Sep 3, 2020
c3a0de0
copy edit
leslitagordita Sep 3, 2020
007ae04
Add reset root password event to Event schema
leslitagordita Sep 3, 2020
12f9020
Add note about root_password_reset event
leslitagordita Sep 3, 2020
d95589b
The event is password_reset
leslitagordita Sep 3, 2020
e7bd7de
Update oauth scope
leslitagordita Sep 4, 2020
cc1fc42
Fix shell example indentation
leslitagordita Sep 4, 2020
22498d0
Add bucket_access to CLI example
leslitagordita Sep 4, 2020
0c54302
Use reference to ObjectStorageKey schema object in POST request
leslitagordita Sep 4, 2020
2514025
Update descriptions
leslitagordita Sep 4, 2020
486649e
minor copy edits
leslitagordita Sep 4, 2020
8cc20ec
Fix indentation
leslitagordita Sep 7, 2020
9d4a433
move description to the array
leslitagordita Sep 7, 2020
cf78649
Add info about shutdown requirements
leslitagordita Sep 7, 2020
6e6f98f
Add go module for use with new Hugo docs UI
nmelehan Sep 8, 2020
da31eec
Add more info about IPv6 ranges
leslitagordita Sep 8, 2020
3347cd1
Merge pull request #321 from nmelehan/hugo-go-module
leslitagordita Sep 8, 2020
8cb7f54
Merge pull request #319 from hzoppetti/reset-password
leslitagordita Sep 8, 2020
0f58157
Merge pull request #318 from rsyracuse/limited-access-keys
leslitagordita Sep 8, 2020
2d399cc
Merge pull request #317 from hzoppetti/nb-proxyprotocol-sup
leslitagordita Sep 8, 2020
2992bbc
Merge pull request #316 from Dorthu/bugfix/fill-in-v6-range-object
leslitagordita Sep 8, 2020
93506d5
Bump version to 4.74.0
leslitagordita Sep 8, 2020
823851d
Minor copy edits
leslitagordita Sep 8, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ Attribute | Location | Type | Supported By | Explanation
`x-linode-grant` | method | string | | The level of access a user must have in order to call this endpoint.
`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.
`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.
`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`.
`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.
`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.
`x-linode-cli-skip` | method | boolean | linode-cli | If true, the CLI will not expose this action.
`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.
`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.
`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.
`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`.
`x-linode-cli-nested-list` | media type | string | The name of the property defined by this response body's schema that is a nested list. Items in the list will be broken out into rows in the CLI's output.
`x-linode-cli-rows`| media type | array | linode-cli | A list of JSON paths where the CLI can find the value it should treat as table rows. Only needed for irregular endpoints.
`x-linode-cli-use-schema` | media type | schema or $ref | linode-cli | The schema the CLI should use when showing a row for this response. Use with `x-linode-cli-rows`.
`x-linode-cli-nested-list` | media type | string | linode-cli | The name of the property defined by this response body's schema that is a nested list. Items in the list will be broken out into rows in the CLI's output.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/linode/linode-api-docs

go 1.15
Loading