Skip to content

Commit 2169dc9

Browse files
Update IETF-RFC.md
Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch>
1 parent cb61363 commit 2169dc9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

IETF-RFC.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,9 @@ been shared, the Receiving Party MAY make an HTTP POST request
10301030

10311031
## Fields
10321032

1033+
* REQUIRED sender (string)
1034+
OCM Address of the user who will be requested to share
1035+
the resource.
10331036
* REQUIRED shareWith (string)
10341037
OCM Address of the user, group or federation that wants to
10351038
receive a share of the resource.

spec.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,14 +894,21 @@ components:
894894
RequestShare:
895895
type: object
896896
required:
897+
- sender
897898
- shareWith
898899
- shareId
899900
properties:
901+
sender:
902+
type: string
903+
description: >
904+
OCM Address of the user who will be requested to share
905+
the resource.
906+
example: 527bd5b5d689e2c32ae974c6229ff785@apiwise.nl
900907
shareWith:
901908
type: string
902909
description: >
903-
Consumer specific identifier of the user, group or federation that
904-
wants to recive a share of the resource.
910+
OCM Address of the user, group or federation that
911+
wants to receive a share of the resource.
905912
example: 51dc30ddc473d43a6011e9ebba6ca770@geant.org
906913
shareId:
907914
type: string

0 commit comments

Comments
 (0)