Skip to content

Commit

Permalink
add driveAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Mar 7, 2022
1 parent 3471dbb commit 0e5ba9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/openapi-spec/v0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,9 @@ components:
type: string
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
driveAlias:
type: string
description: "The drive alias can be used in clients to make the urls user friendly. Example: 'personal/einstein'. This will be used to resolve to the correct driveID."
owner:
$ref: '#/components/schemas/identitySet'
quota:
Expand Down

0 comments on commit 0e5ba9c

Please sign in to comment.