From 3f16dec1bb06b1d37ac01a09fcb10fa9950719d5 Mon Sep 17 00:00:00 2001 From: Julia Stein Date: Mon, 5 Dec 2022 10:52:24 -0800 Subject: [PATCH] api.md: change "admin panel" to "admin console" Signed-off-by: Julia Stein --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index 52c010b11..88222d182 100644 --- a/api.md +++ b/api.md @@ -3,7 +3,7 @@ The Tailscale API is a (mostly) RESTful API. Typically, POST bodies should be JSON encoded and responses will be JSON encoded. # Authentication -Currently based on {some authentication method}. Visit the [admin panel](https://login.tailscale.com/admin) and navigate to the `Settings` page. Generate an API Key and keep it safe. Provide the key as the user key in basic auth when making calls to Tailscale API endpoints (leave the password blank). +Currently based on {some authentication method}. Visit the [admin console](https://login.tailscale.com/admin) and navigate to the `Settings` page. Generate an API Key and keep it safe. Provide the key as the user key in basic auth when making calls to Tailscale API endpoints (leave the password blank). # APIs