Skip to content

Commit bb48938

Browse files
committed
Fix Managed ssh.user and ssh.port default values
1 parent 200289b commit bb48938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23959,7 +23959,7 @@ components:
2395923959

2396023960
The default `null` value corresponds to the root user.
2396123961
example: linode
23962-
default: none
23962+
default: null
2396323963
nullable: true
2396423964
ip:
2396523965
type: string
@@ -23982,7 +23982,7 @@ components:
2398223982
The default `null` value corresponds to port 22.
2398323983
example: 22
2398423984
nullable: true
23985-
default: none
23985+
default: null
2398623986
ManagedService:
2398723987
type: object
2398823988
description: >

0 commit comments

Comments
 (0)