Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions api/openapi-spec/v0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ components:
# drive
driveType:
type: string
description: Describes the type of drive represented by this resource. Values are "personal" for users home spaces, "project" or "share". Read-only.
description: Describes the type of drive represented by this resource. Values are "personal" for users home spaces, "project", "virtual" or "share". Read-only.
readOnly: true
owner:
$ref: '#/components/schemas/identitySet'
Expand All @@ -1037,6 +1037,7 @@ components:
readOnly: true
root:
$ref: '#/components/schemas/driveItem'
description: Drive item describing the drive's root. Read-only.
special:
type: array
items:
Expand Down Expand Up @@ -1453,7 +1454,7 @@ components:
readOnly: true
state:
type: string
description: Enumeration value that indicates the state of the storage space. Read-only.
description: Enumeration value that indicates the state of the storage space. Either "normal", "nearing", "critical" or "exceeded". Read-only.
readOnly: true
total:
type: integer
Expand Down