openflexure-microscope-server/openflexure_microscope/api/v2
Richard Bowman 1f558bbeb7 OpenAPI Validation Fixes
OpenAPI validation seems to have become stricter about checking for None defaults
in parameters that don't allow None. I have
modified two things as a result:

1. StageTypeProperty (used to pick between SangaStage and SangaDeltaStage)
now defaults to SangaStage (which is the
original behaviour anyway)
2. It is now allowed to pass x,y,z=None when making a move - this is the same as
not passing the respective argument, so the
function already correctly handled this case.
2023-03-22 08:58:04 +00:00
..
views OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
__init__.py Moved task routes into base labthing 2019-12-18 14:56:45 +00:00