Skip to content

Commit edd561c

Browse files
committed
Change sender to owner
1 parent a5dbc07 commit edd561c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎IETF-RFC.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ been shared, the Receiving Party MAY make an HTTP POST request
10541054

10551055
## Fields
10561056

1057-
* REQUIRED sender (string)
1057+
* REQUIRED owner (string)
10581058
OCM Address of the user who will be requested to share
10591059
the resource.
10601060
* REQUIRED shareWith (string)

‎spec.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,11 @@ components:
903903
RequestShare:
904904
type: object
905905
required:
906-
- sender
906+
- owner
907907
- shareWith
908908
- share
909909
properties:
910-
sender:
910+
owner:
911911
type: string
912912
description: >
913913
OCM Address of the user who will be requested to share

0 commit comments

Comments
 (0)