openflexure-microscope-server/openflexure_microscope/api
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
..
default_extensions Format fixes from black 2022-08-09 13:17:45 +01:00
dev_extensions Format fixes from black 2022-08-09 13:17:45 +01:00
utilities Explicitly specify encoding 2022-08-09 07:16:44 +01:00
v2 OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
__init__.py Removed old plugin system 2019-12-18 15:04:55 +00:00
app.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
openapi.py Update openapi.py with live links to WoT documentation 2023-03-21 15:05:21 +00:00