DataTree.post should raise exception if revision is passed as a query argument #56
Labels
Bug
Issues that report incorrect or undesirable behaviour(s)
Priority: 1
EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.
Summary
The documentation on putting and coping nodes does not include revision as a query argument: this implies it is not possible to put or copy (done within
DataTree.post
) to a node at a specific revision. However no exception is raised ifrevision
is included as a query argument, and the revision is ignored; asrevision
appends to the path inDataTree.get
operations, this is somewhat misleading behaviour.Possible fixes
Raise an exception if revision is included with a POST request.
The text was updated successfully, but these errors were encountered: