-
Notifications
You must be signed in to change notification settings - Fork 69
Documents POST account/settings/managed-enable #33
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
Conversation
src/data/endpoints/account.yaml
Outdated
scopes: account:modify | ||
description: > | ||
Enable Linode Managed on youy account. Only unrestricted users can do this. | ||
See https://linode.com/managed for details and pricing information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would really like to make this a link, but I couldn't figure out how to/find an example of doing so. Anyone know how to do this? <ExternalLink to="">
didn't work, <a href="">
didn't work, and a seeAlso
didn't do what I wanted.
src/data/endpoints/account.yaml
Outdated
group: Settings | ||
authenticated: true | ||
description: > | ||
Enable Linode Managed on youy account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your account.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type: Action?
src/data/endpoints/account.yaml
Outdated
money: true | ||
scopes: account:modify | ||
description: > | ||
Enable Linode Managed on youy account. Only unrestricted users can do this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your account.
src/data/endpoints/account.yaml
Outdated
scopes: account:modify | ||
type: Action | ||
description: > | ||
Enable Linode Managed, our 24/7 monitoring service, on you account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ wording change needed
src/data/endpoints/account.yaml
Outdated
group: Settings | ||
authenticated: true | ||
description: > | ||
Enable Linode Managed, our 24/7 monitoring service, on you account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ and there
bug: Fixed x-linode-cli-action for GET /linode/types/:id
DLC-66 add kube-linode to library
No description provided.