Extra documentation
This commit is contained in:
parent
eaf2fc5f7d
commit
5d1f3be6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import logging
|
|||
class MoveStageAPI(Resource):
|
||||
@use_args(
|
||||
{
|
||||
"absolute": fields.Boolean(default=False, example=False),
|
||||
"absolute": fields.Boolean(default=False, example=False, description="Move to an absolute position"),
|
||||
"x": fields.Int(default=0, example=100),
|
||||
"y": fields.Int(default=0, example=100),
|
||||
"z": fields.Int(default=0, example=20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue