Skip to content

Commit

Permalink
Trying to improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Sep 26, 2024
1 parent 8b374d5 commit c903c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,15 @@ components:
quotaMaxBytes:
type: integer
format: int64
description: "Maximum storage space used by the node"
description: "Maximum storage space (in bytes) used by the node on the hard drive."
quotaUsedBytes:
type: integer
format: int64
description: "Amount of storage space currently in use"
description: "Amount of storage space (in bytes) currently in use by availabilities for existing files."
quotaReservedBytes:
type: integer
format: int64
description: "Amount of storage space reserved"
description: "Amount of storage allocated (in bytes) for the node by availabilities for future use when storage requests are fulfilled. This does not include the storage currently in use."

servers:
- url: "http://localhost:8080/api/codex/v1"
Expand Down

0 comments on commit c903c61

Please sign in to comment.