Skip to content

Commit

Permalink
Merge pull request #36 from owncloud/drive-alias
Browse files Browse the repository at this point in the history
add driveAlias
  • Loading branch information
micbar authored Mar 7, 2022
2 parents 3471dbb + 0e5ba9c commit 521cc4e
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 521cc4e

Please sign in to comment.