-
Notifications
You must be signed in to change notification settings - Fork 69
Managed service issue history #3
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
572210d
to
15d4b7a
Compare
Some of the object information will probably come out, but wanted to leave it in for now, until the POST/PUT endpoints have been completed. I'm perfectly fine to have a lot of this stripped out in the future.
Also commented out history, which will be replaced with issues but not in this iteration release Also commented out credentials, and should be uncommented for ARB-301
GET all credentials and specific credentials by ID POST to create a new credential PUT to update an existing credential POST to password to change an existing credential's password POST to revoke to remove a credential
password is required removed "successful" from login description in object added optional true for username
Added missing IDs to example responses for contacts and services Removed a duplicative field in the events object
15d4b7a
to
49e2602
Compare
value: 30 | ||
limit: 1-255 | ||
body: | ||
description: Response must contain this string or an alert will be triggered. |
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.
body is optional according to the blueprint
src/data/endpoints/managed.yaml
Outdated
type: String | ||
value: Success! | ||
limit: 0-100 chracters | ||
consultation_group: |
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.
optional
src/data/endpoints/managed.yaml
Outdated
value: Support | ||
limit: 0-50 characters | ||
region: | ||
description: Required if address is a private IP, otherwise not used. |
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.
technically optional
type: String | ||
value: us-east-1a | ||
notes: | ||
description: We'll refer to these instructions when responding to a service-related issue. |
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.
optional
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.
wait do we even mark these as optional in the endpoints yaml?
75764de
to
65f4ca9
Compare
new: movie OpenAPI spec into this repository, modify readme
Added all markdown content files
DLC-139 Make API docs more mobile friendly
This is migrating linode/manager#2697