-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6503 from bbiggerr/api-v4.159.0
API Docs v4.159.0
- Loading branch information
Showing
5 changed files
with
86 additions
and
28 deletions.
There are no files selected for viewing
78 changes: 52 additions & 26 deletions
78
_vendor/github.com/linode/linode-api-docs/v4/openapi.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: API v4.159.0 | ||
date: 2023-07-25 | ||
version: 4.159.0 | ||
--- | ||
|
||
### Added | ||
|
||
- **Authorized Apps List** ([GET /profile/apps](/docs/api/profile/#authorized-apps-list)) | ||
- Responses to this command can now be filtered by the "label" property. | ||
|
||
- **Users List** ([GET /account/users](/docs/api/account/#users-list)) | ||
|
||
**User View** ([GET /account/users/{username}](/docs/api/account/#user-view)) | ||
|
||
- Responses to these commands now include the "last_login" property, which contains data relating to the most recent login attempt for the requested User. | ||
|
||
### Changed | ||
|
||
- **Managed MySQL Database Backup Restore** ([POST /databases/mysql/instances/{instanceId}/backups/{backupId}/restore](/docs/api/databases/#managed-mysql-database-backup-restore)) | ||
|
||
**Managed PostgreSQL Database Backup Restore** ([POST /databases/postgresql/instances/{instanceId}/backups/{backupId}/restore](/docs/api/databases/#managed-postgresql-database-backup-restore)) | ||
|
||
- These commands can now also be performed on Managed Databases with a `failed` or `degraded` status. Previously, these commands could only be performed on `active` Managed Databases. | ||
|
||
- **Service Transfers List** ([GET /account/service-transfers](/docs/api/account/#service-transfers-list)) | ||
|
||
**Service Transfer View** ([GET /account/service-transfers/{token}](/docs/api/account/#service-transfer-view)) | ||
|
||
- The `cancelled` status is now the `canceled` status in responses to these commands. |
This file contains 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
This file contains 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