Skip to content

Commit 1c0559a

Browse files
authored
feat: update next client (#163)
1 parent 52609fc commit 1c0559a

File tree

2 files changed

+16
-35
lines changed

2 files changed

+16
-35
lines changed

next/core/core.go

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

next/katapult-core-openapi.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,16 +1777,9 @@
17771777
"200": {
17781778
"description": "Return the authorized keys for the virtual machine associated with the provided API token",
17791779
"content": {
1780-
"application/json": {
1780+
"text/plain": {
17811781
"schema": {
1782-
"properties": {
1783-
"authorized_keys": {
1784-
"type": "string"
1785-
}
1786-
},
1787-
"required": [
1788-
"authorized_keys"
1789-
]
1782+
"type": "string"
17901783
}
17911784
}
17921785
}
@@ -6145,7 +6138,7 @@
61456138
}
61466139
},
61476140
"responses": {
6148-
"200": {
6141+
"201": {
61496142
"description": "Create a new load balancer for a given organization",
61506143
"content": {
61516144
"application/json": {
@@ -6155,7 +6148,7 @@
61556148
"description": "The load balancer that has been created",
61566149
"allOf": [
61576150
{
6158-
"$ref": "#/components/schemas/PostOrganizationLoadBalancers200ResponseLoadBalancer"
6151+
"$ref": "#/components/schemas/PostOrganizationLoadBalancers201ResponseLoadBalancer"
61596152
}
61606153
]
61616154
}
@@ -14851,7 +14844,7 @@
1485114844
}
1485214845
}
1485314846
},
14854-
"PostOrganizationLoadBalancers200ResponseLoadBalancer": {
14847+
"PostOrganizationLoadBalancers201ResponseLoadBalancer": {
1485514848
"type": "object",
1485614849
"properties": {
1485714850
"id": {

0 commit comments

Comments
 (0)