Skip to content

Commit

Permalink
Add warning for client implementers (#74)
Browse files Browse the repository at this point in the history
* Add warning for client implementers

From discussion with @yasharpm

* whitespace

* Use "MAY" instead of will

---------

Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch>
  • Loading branch information
michielbdejong and glpatcern committed May 15, 2023
1 parent 0f737cc commit 9ddb138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9ddb138

Please sign in to comment.