Skip to content

Commit 756fc0d

Browse files
committed
Fix assignment mode docstring
1 parent 1a16799 commit 756fc0d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

qubes/api/admin.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,8 +1799,9 @@ async def vm_device_set_required(self, endpoint, untrusted_payload):
17991799
Update `required` flag of an already assigned device.
18001800
18011801
Payload:
1802-
`False` -> device will be auto-attached to qube
1803-
`True` -> device is required to start qube
1802+
`required` -> device is required to start qube
1803+
`ask-to-attach` -> TODO
1804+
`auto-attack` -> device will be auto-attached to qube
18041805
"""
18051806
devclass = endpoint
18061807

0 commit comments

Comments
 (0)