-
Notifications
You must be signed in to change notification settings - Fork 69
Release/0.16.9 #39
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
Release/0.16.9 #39
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Correct ID prefix for payment routing.
Update site title and window title format.
Managed service issue history
* remove username and last_decrypted from the response * move /:id/password to /:id/update
[0.16.7] 2017-12-18 Fixed ===== - Link to API mailing list 404'd
document DELETE managed/service/:id
new: add docs for deleting managed contacts
Documents VAT number
ref: cleanup managed credential docs
Adds object and endpoints for GET and PUT /managed/linode_settings
Prebuild was not able to properly recurse through objects if they didn't contain sub-objects.
new: Added endpoint/obj for managed stat, modified prebuild
new: Added PUT /managed/services/$id
Docs/feedback cleanup
Fix type of stackscript_data (should be Object, not String).
Fix mobile nav
More explicit language denoting that you can only kvmify if your Linode is currently Xen.
Should be order_by
Changed order-by to order_by to fix spelling error
Added more robust language to kvmify
Adds managed/services/$id/enable and disable endpoint documentation
new: Documents POST /volumes/:id/resize
Adds changelog for 2018/01/08 release
alioso
pushed a commit
that referenced
this pull request
Aug 22, 2019
Deprecate all instances of "group"
LBGarber
pushed a commit
to LBGarber/linode-api-docs
that referenced
this pull request
Jun 15, 2022
Removed references to "v4" in api changelogs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.16.9] 2018-01-05
Added
Fixed