Skip to content

Commit 8644cc6

Browse files
committed
Fix node id description in API spec.
1 parent c1500d6 commit 8644cc6

File tree

3 files changed

+84
-81
lines changed

3 files changed

+84
-81
lines changed

api/openapi/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,8 @@ components:
711711
properties:
712712
id:
713713
type: string
714-
description: "The unique identifier of this host."
714+
description: "Host resource id"
715+
example: "host-15efd22c"
715716
role:
716717
type: string
717718
status:
@@ -789,7 +790,8 @@ components:
789790
properties:
790791
id:
791792
type: string
792-
description: "The unique identifier of this host."
793+
description: "UUID of the host."
794+
example: "6e6422c3-625e-507a-bc8a-bd2330e07e7e"
793795
role:
794796
type: string
795797
format: enum

pkg/api/spec.gen.go

Lines changed: 78 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/types.gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)