@@ -466,8 +466,8 @@ field of an Invite Acceptance Request.
466466
467467Step 1 : In case it has an OCM Address, it SHOULD first extract `<fqdn>`
468468from it (the part after the last `@` sign).
469- Step 2 : The Discovering Server SHOULD attempt OCM API Discovery a HTTP
470- GET request to `https://<fqdn>/.well-known/ocm`.
469+ Step 2 : The Discovering Server SHOULD attempt OCM API Discovery via a
470+ HTTP GET request to `https://<fqdn>/.well-known/ocm`.
471471Step 3 : If that results in a valid HTTP response with a valid JSON
472472response body within reasonable time, go to step 7.
473473Step 4 : If not, try a HTTP GET with `https://<fqdn>/ocm-provider` as
@@ -616,10 +616,9 @@ with the fields as described below
616616
617617* REQUIRED shareWith (string)
618618 OCM Address of the user, group or federation
619- the provider wants to share the Resource with. This is known
620- in advance. Please note that the consumer service endpoint is
621- known in advance as well, so this is no part of the request
622- body.
619+ the provider wants to share the Resource with. This MUST be
620+ known in advance, either via a previous Invitation or through
621+ other means.
623622 Example : " 51dc30ddc473d43a6011e9ebba6ca770@geant.org"
624623* REQUIRED name (string)
625624 Name of the Resource (file or folder).
@@ -640,9 +639,7 @@ with the fields as described below
640639 Example : " 6358b71804dfa8ab069cf05ed1b0ed2a@apiwise.nl"
641640* REQUIRED sender (string) -
642641 OCM Address of the user that wants to share
643- the Resource. Please note that the requesting provider is
644- being identified on a higher level, so the former `remote`
645- property is not part of the request body.
642+ the Resource.
646643 Example : " 527bd5b5d689e2c32ae974c6229ff785@apiwise.nl"
647644* OPTIONAL ownerDisplayName (string)
648645 Display name of the owner of the Resource
@@ -652,7 +649,7 @@ with the fields as described below
652649 Example : " John Doe"
653650* REQUIRED shareType (string)
654651 SHOULD have a value of "user", "group", or "federation", to
655- indicated that the first part of the `shareWith` OCM Address
652+ indicate that the first part of the `shareWith` OCM Address
656653 refers to a Receiving Party who is a single user of the
657654 Receiving Server, a group of users at the Receiving Servers, or
658655 a group of users that is spread out over various servers,
0 commit comments