Skip to content

Commit c0f8359

Browse files
authored
Merge branch 'develop' into kano-urls
2 parents 85a921e + 6d6f4dd commit c0f8359

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

IETF-RFC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)