You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ProjectPlugins/CodexPlugin/openapi.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -330,15 +330,15 @@ components:
330
330
quotaMaxBytes:
331
331
type: integer
332
332
format: int64
333
-
description: "Maximum storage space used by the node"
333
+
description: "Maximum storage space (in bytes) available for the node in Codex's local repository."
334
334
quotaUsedBytes:
335
335
type: integer
336
336
format: int64
337
-
description: "Amount of storage space currently in use"
337
+
description: "Amount of storage space (in bytes) currently used for storing files in Codex's local repository."
338
338
quotaReservedBytes:
339
339
type: integer
340
340
format: int64
341
-
description: "Amount of storage space reserved"
341
+
description: "Amount of storage reserved (in bytes) in the Codex's local repository for future use when storage requests will be picked up and hosted by the node using node's availabilities. This does not include the storage currently in use."
0 commit comments