Skip to content

Commit 819babe

Browse files
author
Adam Mohammed
committed
Correct LKENodeStatus schema - field id is of type string
1 parent dd899c9 commit 819babe

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
@@ -15812,11 +15812,11 @@ components:
1581215812
readOnly: true
1581315813
properties:
1581415814
id:
15815-
type: number
15815+
type: string
1581615816
description: >
1581715817
The Node's ID.
1581815818
x-linode-filterable: true
15819-
example: 123456
15819+
example: "123456"
1582015820
instance_id:
1582115821
type: string
1582215822
description: >

0 commit comments

Comments
 (0)