-
Notifications
You must be signed in to change notification settings - Fork 69
add managed issues to docs #15
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/managed.yaml
Outdated
GET: | ||
response: ManagedIssue | ||
description: > | ||
Returns your managed service issue history list. |
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 remove the word "history" from here - this is a collection of your managed issues
description: Time at which the issue was reported. | ||
entity: | ||
description: > | ||
Displays information related to the type of issue being monitored by your Service. |
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.
description should not be inside of entity here
description: > | ||
List of impacted service IDs. | ||
seeAlso: ["/endpoints/managed/services"] | ||
value: [111, 123] |
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.
missing "id" attribute (outside of entity)
Added x-linode-cli-comamnd and action for paths and methods
Landing Pages
Recursion updates
Add managed issues to docs