Started tidying web API docs
This commit is contained in:
parent
c76e3e0ed3
commit
671b356e22
4 changed files with 6 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ class MoveStageAPI(MicroscopeView):
|
|||
"""
|
||||
Set x, y and z positions of the stage.
|
||||
|
||||
.. :quickref: Position; Update current position
|
||||
.. :quickref: Actions; Move stage
|
||||
|
||||
:reqheader Accept: application/json
|
||||
:<json boolean absolute: (true) move to absolute position, (false) move by relative amount
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ class SettingsAPI(MicroscopeView):
|
|||
"""
|
||||
Modify microscope configuration
|
||||
|
||||
.. :quickref: Config; Set microscope config
|
||||
.. :quickref: Settings; Update microscope settings
|
||||
|
||||
**Example request**:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class MjpegAPI(MicroscopeView):
|
|||
"""
|
||||
Real-time MJPEG stream from the microscope camera
|
||||
|
||||
.. :quickref: Stream; Camera MJPEG stream
|
||||
.. :quickref: Streams; Camera MJPEG stream
|
||||
|
||||
:>header Accept: image/jpeg
|
||||
:>header Content-Type: image/jpeg
|
||||
|
|
@ -51,7 +51,7 @@ class SnapshotAPI(MicroscopeView):
|
|||
"""
|
||||
Single snapshot from the camera stream
|
||||
|
||||
.. :quickref: Stream; Camera snapshot
|
||||
.. :quickref: Streams; Camera snapshot
|
||||
|
||||
:>header Accept: image/jpeg
|
||||
:>header Content-Type: image/jpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue