From 9ddb138458e982be976779627b528cc91624345f Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 15 May 2023 11:02:47 +0200 Subject: [PATCH] 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 --- spec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec.yaml b/spec.yaml index 60ad9f6..41d13f9 100644 --- a/spec.yaml +++ b/spec.yaml @@ -423,6 +423,9 @@ definitions: Otherwise, at least `webdav` is expected to be supported, and its options MAY be given in the opaque `options` payload for compatibility with v1.0 implementations (see examples). + CAREFUL: client implementers should be aware that v1.1 servers + MAY support both `webdav` and `multi`, but v1.0 servers MAY + only support `webdav`. options: type: object description: |