@@ -489,7 +489,7 @@ itself be an object containing the following fields:
489489 endpoint. This value is provided for documentation
490490 purposes, and it SHOULD NOT be intended as a prefix
491491 for share requests.
492- * datatx (string) - The top-level path to be used for data transfers.
492+ * datatx (string) - The top-level path used for data transfers.
493493 This value is provided for documentation purposes,
494494 and it SHOULD NOT be intended as a prefix. In
495495 addition, implementations are expected to execute
@@ -554,7 +554,7 @@ request to confirm its origin.
554554 * REQUIRED publicKeyPem (string) - PEM-encoded version of the public
555555 key.
556556 Example :
557- " ----- BEGIN PUBLIC KEY----- \n MII ...QDD \n ----- END PUBLIC KEY- ----\n "
557+ " ----BEGIN PUBLIC KEY----\n ...\n ----END PUBLIC KEY----\n "
558558* OPTIONAL: inviteAcceptDialog (string) - URL path of a web page where
559559a user can accept an invite, when query parameters `"token"` and
560560` "providerDomain"` are provided. Implementations that offer the
@@ -853,7 +853,8 @@ receiver MUST make a HTTP PROPFIND request to
853853` https://<sender-host><sender-ocm-path>/<key>` in order to access the
854854remote resource. Additionally, the receiver MUST pass an
855855`Authorization : bearer` header with either the short-lived bearer token
856- obtained in step 2, if applicable, or the `protocol.webdav.sharedSecret` value.
856+ obtained in step 2, if applicable, or the `protocol.webdav.sharedSecret`
857+ value.
857858
858859In all cases, in case the Shared Resource is a folder and the Receiving
859860Server accesses a resource within that shared folder, it SHOULD append
@@ -880,7 +881,8 @@ Some implementations have experimented with a
880881effects such a notification may have are out of scope of this version
881882of this specification.
882883The Receiving Party sending such a notification has no way of knowing
883- if the Sending Party understood and processed the reshare request or not.
884+ if the Sending Party understood and processed the reshare request
885+ or not.
884886
885887# Resharing
886888The `"REQUEST_RESHARE"` and `"RESHARE_UNDO"` notification types MAY be
@@ -889,7 +891,8 @@ same Resource with another Receiving Party.
889891The details of the payload and side effects such a notification may
890892have are out of scope of this version of this specification.
891893Note that the Receiving Party sending such a notification has no way of
892- knowing if the Sending Party understood and processed the reshare request or not.
894+ knowing if the Sending Party understood and processed the reshare
895+ request or not.
893896
894897# IANA Considerations
895898This document has no IANA actions.
0 commit comments