Skip to content

Commit ac61e7b

Browse files
committed
Add API key page
1 parent 325055e commit ac61e7b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: static/include/app/apis/generated/app.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,11 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
803803

804804
### GetRobotAPIKeys
805805

806+
<<<<<<< HEAD
806807
Gets the [API keys](/operate/control/api-key/) for the machine.
808+
=======
809+
Gets the [API keys](/operate/control/api-keys/) for the machine.
810+
>>>>>>> e7a4cb207 (Add API key page)
807811
808812
{{< tabs >}}
809813
{{% tab name="Python" %}}
@@ -2140,7 +2144,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
21402144

21412145
### CreateKey
21422146

2143-
Create a new [API key](/operate/control/api-key/).
2147+
Create a new [API key](/operate/control/api-keys/).
21442148

21452149
{{< tabs >}}
21462150
{{% tab name="Python" %}}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Gets the [API keys](/operate/control/api-key/) for the machine.
1+
Gets the [API keys](/operate/control/api-keys/) for the machine.

Diff for: static/include/program/authenticate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To authenticate yourself to your machine, you need
44

55
<!-- we will be releasing the ability to create API keys across all types of resources and combinations soon (i.e an API key can have an authorization on a org, location, machine or any combination of all three). this is correct for now though but it will be changing shortly. -->
66

7-
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.
7+
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.
88
Copy and paste the API key ID and the API key into your environment variables or directly into the code:
99

1010
{{< tabs >}}

0 commit comments

Comments
 (0)