Skip to content

Commit

Permalink
doc: make update-api
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Nov 26, 2024
1 parent daa2c85 commit f3a8f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2511,13 +2511,13 @@ definitions:
InstanceStateDisk:
properties:
total:
description: Total size in bytes
description: Total size in bytes. We use -1 to signify the instance has access to the entire pool storage.
example: 502239232
format: int64
type: integer
x-go-name: Total
usage:
description: Disk usage in bytes
description: Disk usage in bytes. We use -1 to indicate the storage driver for the instance's pool does not support getting the disk usage.
example: 502239232
format: int64
type: integer
Expand Down

0 comments on commit f3a8f96

Please sign in to comment.