Skip to content

Commit

Permalink
fix: update next client to include disk resize changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikadix committed Aug 9, 2024
1 parent f8b4c53 commit c3c77b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
14 changes: 12 additions & 2 deletions next/core/core.go

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

10 changes: 10 additions & 0 deletions next/katapult-core-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,9 @@
},
"size_in_gb": {
"type": "integer"
},
"resize_method": {
"$ref": "#/components/schemas/ResizeMethodEnum"
}
},
"required": [
Expand Down Expand Up @@ -12205,6 +12208,13 @@
}
}
},
"ResizeMethodEnum": {
"type": "string",
"enum": [
"offline",
"online"
]
},
"PutDiskResize200ResponseDisk": {
"type": "object",
"properties": {
Expand Down

0 comments on commit c3c77b0

Please sign in to comment.