Skip to content

Commit

Permalink
feat: update next client
Browse files Browse the repository at this point in the history
  • Loading branch information
ikadix committed Jun 21, 2024
1 parent 52609fc commit 09acd03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
34 changes: 11 additions & 23 deletions next/core/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 5 additions & 12 deletions next/katapult-core-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1777,16 +1777,9 @@
"200": {
"description": "Return the authorized keys for the virtual machine associated with the provided API token",
"content": {
"application/json": {
"text/plain": {
"schema": {
"properties": {
"authorized_keys": {
"type": "string"
}
},
"required": [
"authorized_keys"
]
"type": "string"
}
}
}
Expand Down Expand Up @@ -6145,7 +6138,7 @@
}
},
"responses": {
"200": {
"201": {
"description": "Create a new load balancer for a given organization",
"content": {
"application/json": {
Expand All @@ -6155,7 +6148,7 @@
"description": "The load balancer that has been created",
"allOf": [
{
"$ref": "#/components/schemas/PostOrganizationLoadBalancers200ResponseLoadBalancer"
"$ref": "#/components/schemas/PostOrganizationLoadBalancers201ResponseLoadBalancer"
}
]
}
Expand Down Expand Up @@ -14851,7 +14844,7 @@
}
}
},
"PostOrganizationLoadBalancers200ResponseLoadBalancer": {
"PostOrganizationLoadBalancers201ResponseLoadBalancer": {
"type": "object",
"properties": {
"id": {
Expand Down

0 comments on commit 09acd03

Please sign in to comment.