Skip to content

Commit

Permalink
Merge pull request #73 from owncloud/identity-set-group
Browse files Browse the repository at this point in the history
add identitySet group property
  • Loading branch information
micbar authored Dec 29, 2022
2 parents 90030a3 + 5263372 commit 5041926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/openapi-spec/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,9 @@ components:
user:
$ref: '#/components/schemas/identity'
description: Optional. The user associated with this action.
group:
$ref: '#/components/schemas/identity'
description: Optional. The group associated with this action.
identity:
type: object
required:
Expand Down

0 comments on commit 5041926

Please sign in to comment.