From ac61e7b16adfd3cdd0e894c2a3a149e7df88115b Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:38:48 +0100 Subject: [PATCH] Add API key page --- static/include/app/apis/generated/app.md | 6 +++++- .../app/apis/overrides/protos/app.GetRobotApiKeys.md | 2 +- static/include/program/authenticate.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/include/app/apis/generated/app.md b/static/include/app/apis/generated/app.md index 338c4232b5..a3bc179e47 100644 --- a/static/include/app/apis/generated/app.md +++ b/static/include/app/apis/generated/app.md @@ -803,7 +803,11 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/ ### GetRobotAPIKeys +<<<<<<< HEAD Gets the [API keys](/operate/control/api-key/) for the machine. +======= +Gets the [API keys](/operate/control/api-keys/) for the machine. +>>>>>>> e7a4cb207 (Add API key page) {{< tabs >}} {{% tab name="Python" %}} @@ -2140,7 +2144,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/ ### CreateKey -Create a new [API key](/operate/control/api-key/). +Create a new [API key](/operate/control/api-keys/). {{< tabs >}} {{% tab name="Python" %}} diff --git a/static/include/app/apis/overrides/protos/app.GetRobotApiKeys.md b/static/include/app/apis/overrides/protos/app.GetRobotApiKeys.md index 9100cf8b2a..66ed6b486e 100644 --- a/static/include/app/apis/overrides/protos/app.GetRobotApiKeys.md +++ b/static/include/app/apis/overrides/protos/app.GetRobotApiKeys.md @@ -1 +1 @@ -Gets the [API keys](/operate/control/api-key/) for the machine. +Gets the [API keys](/operate/control/api-keys/) for the machine. diff --git a/static/include/program/authenticate.md b/static/include/program/authenticate.md index dab55b89d5..b3b9ad29de 100644 --- a/static/include/program/authenticate.md +++ b/static/include/program/authenticate.md @@ -4,7 +4,7 @@ To authenticate yourself to your machine, you need - To authenticate, [use a machine part API key](/operate/control/api-key/) or [an API key](/dev/tools/cli/#authenticate) with access to the machine. + To authenticate, [use a machine part API key](/operate/control/api-keys/) or [an API key](/dev/tools/cli/#authenticate) with access to the machine. Copy and paste the API key ID and the API key into your environment variables or directly into the code: {{< tabs >}}