Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IETF-RFC.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
servers MAY support both `webdav` and `multi`, but v1.0
servers MAY only support `webdav`.
* Protocol details for `webdav` MAY contain:
- OPTIONAL accessType (array of strings) - The type of access
- OPTIONAL accessTypes (array of strings) - The type of access
being granted to the remote resource. If omitted, it defaults to
`['remote']`. A subset of: - `remote` signals the recipient that
the resource is available for remote access and interactive
Expand Down Expand Up @@ -878,7 +878,7 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
An optional secret to be used to access the remote
web app, for example in the form of a bearer token.
* Protocol details for `ssh` MAY contain:
- OPTIONAL accessType (array of strings) - The type of access
- OPTIONAL accessTypes (array of strings) - The type of access
being granted to the remote resource. If omitted, it defaults to
`['remote']`. A subset of: - `remote` signals the recipient that
the resource is available for remote access, e.g. via sshfs.
Expand Down
8 changes: 4 additions & 4 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ components:
- uri
- permissions
properties:
accessType:
accessTypes:
type: array
description: >
The type of access being granted to the remote resource.
Expand Down Expand Up @@ -731,7 +731,7 @@ components:
ssh:
type: object
properties:
accessType:
accessTypes:
type: array
description: >
The type of access being granted to the remote resource.
Expand Down Expand Up @@ -776,7 +776,7 @@ components:
multipleProtocols:
name: multi
webdav:
accessType: ['remote', 'datatx']
accessTypes: ['remote', 'datatx']
uri: 7c084226-d9a1-11e6-bf26-cec0c932ce01
sharedSecret: hfiuhworzwnur98d3wjiwhr
permissions:
Expand All @@ -788,7 +788,7 @@ components:
sharedSecret: hfiuhworzwnur98d3wjiwhr
viewMode: read
ssh:
accessType: ['datatx']
accessTypes: ['datatx']
uri: extuser@my-cloud-storage.org:/7c084226-d9a1-11e6-bf26-cec0c932ce01
NewNotification:
type: object
Expand Down
Loading