@@ -463,8 +463,8 @@ field of an Invite Acceptance Request.
463463
464464Step 1 : In case it has an OCM Address, it SHOULD first extract `<fqdn>`
465465from it (the part after the last `@` sign).
466- Step 2 : The Discovering Server SHOULD attempt OCM API Discovery a HTTP
467- GET request to `https://<fqdn>/.well-known/ocm`.
466+ Step 2 : The Discovering Server SHOULD attempt OCM API Discovery via a
467+ HTTP GET request to `https://<fqdn>/.well-known/ocm`.
468468Step 3 : If that results in a valid HTTP response with a valid JSON
469469response body within reasonable time, go to step 7.
470470Step 4 : If not, try a HTTP GET with `https://<fqdn>/ocm-provider` as
@@ -613,10 +613,9 @@ with the fields as described below
613613
614614* REQUIRED shareWith (string)
615615 Consumer specific identifier of the user, group or federation
616- the provider wants to share the Resource with. This is known
617- in advance. Please note that the consumer service endpoint is
618- known in advance as well, so this is no part of the request
619- body.
616+ the provider wants to share the Resource with. This MUST be
617+ known in advance, either via a previous Invitation or through
618+ other means.
620619621620* REQUIRED name (string)
622621 Name of the Resource (file or folder).
@@ -637,9 +636,7 @@ with the fields as described below
637636638637* REQUIRED sender (string) -
639638 Provider specific identifier of the user that wants to share
640- the Resource. Please note that the requesting provider is
641- being identified on a higher level, so the former `remote`
642- property is not part of the request body.
639+ the Resource.
643640644641* OPTIONAL ownerDisplayName (string)
645642 Display name of the owner of the Resource
@@ -649,7 +646,7 @@ with the fields as described below
649646 Example : " John Doe"
650647* REQUIRED shareType (string)
651648 SHOULD have a value of "user", "group", or "federation", to
652- indicated that the first part of the `shareWith` OCM Address
649+ indicate that the first part of the `shareWith` OCM Address
653650 refers to a Receiving Party who is a single user of the
654651 Receiving Server, a group of users at the Receiving Servers, or
655652 a group of users that is spread out over various servers,
0 commit comments