Skip to content

Commit e31d70b

Browse files
committed
update api
1 parent 04b8301 commit e31d70b

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

client.gen.go

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

spec.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,21 @@
396396
"application/json": {
397397
"schema": {
398398
"required": [
399-
"items"
399+
"items",
400+
"version"
400401
],
401402
"properties": {
402403
"public_ips": {
403404
"type": "array",
405+
"description": "List of public IPs for the platform",
404406
"items": {
405407
"type": "string"
406-
}
408+
},
409+
"x-go-name": "PublicIPs"
410+
},
411+
"version": {
412+
"type": "string",
413+
"description": "Version of the platform"
407414
}
408415
}
409416
}

0 commit comments

Comments
 (0)