Skip to content

Commit aa37be7

Browse files
api.md: update device authorize API docs to allow for deauth (tailscale#8728)
Signed-off-by: tinku-tailscale <139132124+tinku-tailscale@users.noreply.github.com>
1 parent 35bdbed commit aa37be7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ The ID of the device.
516516

517517
#### `authorized` (required in `POST` body)
518518

519-
Specify whether the device is authorized.
519+
Specify whether the device is authorized. False to deauthorize an authorized device, and true to authorize a new device or to re-authorize a previously deauthorized device.
520+
520521

521522
``` jsonc
522523
{

0 commit comments

Comments
 (0)