Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jan 8, 2024
1 parent 2f05f0a commit 91cfa87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions api/models/v1_server_capacity.go

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

6 changes: 3 additions & 3 deletions metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4262,8 +4262,8 @@
"format": "int32",
"type": "integer"
},
"unusedreservations": {
"description": "the amount of unused reservations for this size",
"usedreservations": {
"description": "the amount of used reservations for this size",
"format": "int32",
"type": "integer"
}
Expand All @@ -4278,7 +4278,7 @@
"reservations",
"size",
"total",
"unusedreservations"
"usedreservations"
]
},
"v1.SizeConstraint": {
Expand Down

0 comments on commit 91cfa87

Please sign in to comment.