Skip to content

Commit

Permalink
fix(swagger): adds type format uint64 for the storage_size.
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Dec 16, 2024
1 parent b5f6af3 commit 9dd26bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions v3/swagger/agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,8 +1689,9 @@
"type": "string"
},
"storage_size": {
"description": "Disk size of the first entry from `data_file_directories` list from scylla config file. In bytes.",
"type": "integer"
"description": "Total disk size of the first entry from `data_file_directories` list from scylla config file. In bytes.",
"type": "integer",
"format": "uint64"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions v3/swagger/gen/agent/models/node_info.go

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

0 comments on commit 9dd26bd

Please sign in to comment.