Skip to content

Commit

Permalink
Merge pull request #74 from owncloud/rename-granted-to
Browse files Browse the repository at this point in the history
rename grantedTo to grantedToIdentities
  • Loading branch information
micbar authored Dec 30, 2022
2 parents 5041926 + d4ece34 commit c9bfda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/openapi-spec/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ components:
description: 'The Permission resource provides information about a sharing permission granted for a DriveItem resource.'
readOnly: true
properties:
grantedTo:
grantedToIdentities:
type: array
items:
$ref: '#/components/schemas/identitySet'
Expand Down

0 comments on commit c9bfda0

Please sign in to comment.