Skip to content

Commit 9ddb138

Browse files
Add warning for client implementers (#74)
* Add warning for client implementers From discussion with @yasharpm * whitespace * Use "MAY" instead of will --------- Co-authored-by: Giuseppe Lo Presti <[email protected]>
1 parent 0f737cc commit 9ddb138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ definitions:
423423
Otherwise, at least `webdav` is expected to be supported, and
424424
its options MAY be given in the opaque `options` payload for
425425
compatibility with v1.0 implementations (see examples).
426+
CAREFUL: client implementers should be aware that v1.1 servers
427+
MAY support both `webdav` and `multi`, but v1.0 servers MAY
428+
only support `webdav`.
426429
options:
427430
type: object
428431
description: |

0 commit comments

Comments
 (0)