Skip to content

Commit

Permalink
Merge pull request #6503 from bbiggerr/api-v4.159.0
Browse files Browse the repository at this point in the history
API Docs v4.159.0
  • Loading branch information
bbiggerr authored Jul 25, 2023
2 parents 457f63f + 1fe4b90 commit ca82440
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 28 deletions.
78 changes: 52 additions & 26 deletions _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.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# github.com/bep/turbo/v7 v7.20001.20100
# github.com/gohugoio/hugo-mod-jslibs/instantpage v0.5.1
# github.com/instantpage/instant.page v5.1.1+incompatible
# github.com/linode/linode-api-docs/v4 v4.158.1
# github.com/linode/linode-api-docs/v4 v4.159.0
30 changes: 30 additions & 0 deletions docs/release-notes/api/v4.159.0.md
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.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/hotwired/turbo v7.0.1+incompatible // indirect
github.com/linode/linode-api-docs/v4 v4.158.1 // indirect
github.com/linode/linode-api-docs/v4 v4.159.0 // indirect
github.com/linode/linode-docs-theme v0.0.0-20230706164309-cc2dbdeb7143 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ github.com/linode/linode-api-docs/v4 v4.157.1 h1:kFoXDhAUr9Dyhl+7TZK3+q9WbB18uox
github.com/linode/linode-api-docs/v4 v4.157.1/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.158.1 h1:eoxpIOxmCeSsHqImWuzqsWOOamJRklwD12r1fooCHN4=
github.com/linode/linode-api-docs/v4 v4.158.1/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.159.0 h1:bhdOZjK+EjAav0CR4/DAGeRoP4n4G8qXDAc+Jo+WqdA=
github.com/linode/linode-api-docs/v4 v4.159.0/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-docs-theme v0.0.0-20220622135843-166f108e1933 h1:QchGQS6xESuyjdlNJEjvq2ftGX0sCTAhPhD5hAOJVMI=
github.com/linode/linode-docs-theme v0.0.0-20220622135843-166f108e1933/go.mod h1:6kYeZt+rMvJFZ9Wbnm4CDSn8Sg1MuYjr2Kx6W/awiQM=
github.com/linode/linode-docs-theme v0.0.0-20220718150422-ea48dbf69943 h1:BE3OgPTfmSdYeNUxcC1clIpJZhdMmYByCCCap0njwyY=
Expand Down

0 comments on commit ca82440

Please sign in to comment.