Skip to content

Release 4.74.0 (merge Master into Development) #323

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 3 commits into from
Sep 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.73.0
version: 4.74.0

title: Linode API
description: |
Expand Down Expand Up @@ -5332,7 +5332,7 @@ paths:
parameters:
- name: linodeId
in: path
description: ID of the Linode for which to reset it's root password.
description: ID of the Linode for which to reset its root password.
required: true
schema:
type: integer
Expand Down Expand Up @@ -5369,10 +5369,7 @@ paths:
type: string
description: >
The root user's password on this Linode. Linode passwords
have the following constraints:


Must meet a password strength score requirement that is calculated internally
must meet a password strength score requirement that is calculated internally
by the API. If the strength requirement is not met, you will receive a
Password does not meet strength requirement error.
example: a$eCure4assw0rd!43v51
Expand Down