File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
822822 servers MAY support both `webdav` and `multi`, but v1.0
823823 servers MAY only support `webdav`.
824824* Protocol details for `webdav` MAY contain:
825- - OPTIONAL accessType (array of strings) - The type of access
825+ - OPTIONAL accessTypes (array of strings) - The type of access
826826 being granted to the remote resource. If omitted, it defaults to
827827 `['remote']`. A subset of : - `remote` signals the recipient that
828828 the resource is available for remote access and interactive
@@ -878,7 +878,7 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
878878 An optional secret to be used to access the remote
879879 web app, for example in the form of a bearer token.
880880* Protocol details for `ssh` MAY contain:
881- - OPTIONAL accessType (array of strings) - The type of access
881+ - OPTIONAL accessTypes (array of strings) - The type of access
882882 being granted to the remote resource. If omitted, it defaults to
883883 `['remote']`. A subset of : - `remote` signals the recipient that
884884 the resource is available for remote access, e.g. via sshfs.
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ components:
625625 - uri
626626 - permissions
627627 properties :
628- accessType :
628+ accessTypes :
629629 type : array
630630 description : >
631631 The type of access being granted to the remote resource.
@@ -731,7 +731,7 @@ components:
731731 ssh :
732732 type : object
733733 properties :
734- accessType :
734+ accessTypes :
735735 type : array
736736 description : >
737737 The type of access being granted to the remote resource.
@@ -776,7 +776,7 @@ components:
776776 multipleProtocols :
777777 name : multi
778778 webdav :
779- accessType : ['remote', 'datatx']
779+ accessTypes : ['remote', 'datatx']
780780 uri : 7c084226-d9a1-11e6-bf26-cec0c932ce01
781781 sharedSecret : hfiuhworzwnur98d3wjiwhr
782782 permissions :
You can’t perform that action at this time.
0 commit comments