openflexure-microscope-server/openflexure_microscope/api/v2/views
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
..
actions OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
__init__.py Removed openapi endpoints (now in LabThings) 2021-07-25 01:23:44 +01:00
camera.py Sorted remaining content_type issues and blackened 2021-07-19 20:09:09 +01:00
captures.py More Marshmallow argument updates 2022-08-09 13:16:10 +01:00
instrument.py Document route parameter in nested dictionaries 2021-07-19 22:21:39 +01:00
stage.py OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
streams.py Sorted remaining content_type issues and blackened 2021-07-19 20:09:09 +01:00