From aa37be70cf41555ad2e47993d15c43d5c6e5912c Mon Sep 17 00:00:00 2001 From: tinku-tailscale <139132124+tinku-tailscale@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:30:14 +0100 Subject: [PATCH] api.md: update device authorize API docs to allow for deauth (#8728) Signed-off-by: tinku-tailscale <139132124+tinku-tailscale@users.noreply.github.com> --- api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api.md b/api.md index 8355e9bd0..6edd27f03 100644 --- a/api.md +++ b/api.md @@ -516,7 +516,8 @@ The ID of the device. #### `authorized` (required in `POST` body) -Specify whether the device is authorized. +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. + ``` jsonc {