Skip to content

Commit e7e20f4

Browse files
committed
stash commit
1 parent d9cf0c6 commit e7e20f4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

content/operate/rc/api/get-started/_index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use the keys to authenticate and authorize your request, include the keys wit
2828

2929
## Enable the API
3030

31-
The API is disabled on all accounts by default. You must [enable the API]({{< relref "/operate/rc/api/get-started/enable-the-api.md" >}}) before you can use it.
31+
The API is disabled on all accounts by default. You must [enable the API]({{< relref "/operate/rc/api/get-started/enable-the-api" >}}) before you can use it.
3232

3333
## Account key
3434

@@ -44,20 +44,20 @@ If you need to change or delete your account key, please [contact support](https
4444

4545
## User key
4646

47-
The user key is a personal key that belongs to a specific user having the **owner** role. User keys are assigned owners when they're created. Keys cannot be assigned to users that aren't owners. Keys can belong to only one owner; however, an owner may have multiple keys.
47+
The user key is a personal key that belongs to a specific user having the **Owner**, **Viewer**, or **Logs viewer** role. User keys are assigned to users when they're created. Keys can belong to only one user; however, a user may have multiple keys.
4848

49-
You can view keys or copy their values _only_ during the [creation process]({{< relref "/operate/rc/api/get-started/manage-api-keys.md" >}}).
49+
You can view keys or copy their values _only_ during the [creation process]({{< relref "/operate/rc/api/get-started/manage-api-keys" >}}).
5050

5151
{{< note >}}
5252
User keys are personal secrets. Do not share them.
5353
{{< /note >}}
5454

55-
Individual owners can [generate multiple user keys]({{< relref "/operate/rc/api/get-started/manage-api-keys.md" >}})
55+
Individual owners can [generate multiple user keys]({{< relref "/operate/rc/api/get-started/manage-api-keys" >}})
5656
for themselves, for separate apps, or for other owners, viewers, or log viewers within the same account.
5757

5858
Use key names to uniquely associate specific API requests to individual users or apps.
5959

60-
Doing so lets you [audit API requests]({{< relref "/operate/rc/api/examples/audit-system-logs.md" >}}) using the system log, which tracks the key used to authenticate each request.
60+
Doing so lets you [audit API requests]({{< relref "/operate/rc/api/examples/audit-system-logs" >}}) using the system log, which tracks the key used to authenticate each request.
6161

6262
## Authentication using API keys
6363

@@ -79,5 +79,6 @@ An API request successfully authenticates when:
7979

8080
To learn more, see:
8181

82-
- [Manage API keys]({{< relref "/operate/rc/api/get-started/manage-api-keys.md" >}})
83-
- [Use the API]({{< relref "/operate/rc/api/get-started/use-rest-api.md" >}})
82+
- [Manage API keys]({{< relref "/operate/rc/api/get-started/manage-api-keys" >}})
83+
- [Use the API]({{< relref "/operate/rc/api/get-started/use-rest-api" >}})
84+
- [Full API reference]({{< relref "/operate/rc/api/api-reference" >}})

content/operate/rc/api/get-started/enable-the-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To enable the API:
2929

3030
{{<image filename="images/rc/button-access-management-enable-api.png" alt="Use the **Enable API** button to enable the REST API for your account." >}}
3131

32-
To authenticate REST API calls, you need to combine the API account key with an [API user key]({{< relref "/operate/rc/api/get-started/manage-api-keys#api-user-keys" >}}) to make API calls.
32+
To authenticate REST API calls, you need to use both the API account key and an [API user key]({{< relref "/operate/rc/api/get-started/manage-api-keys#api-user-keys" >}}) to make API calls.
3333

3434
Only account owners can see the access key in the account settings and give API access to other users.
3535

content/operate/rc/api/get-started/manage-api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The key name:
6262
- Must be between 10 and 50 characters long
6363
- Can contain alphanumeric characters, hyphens, and underscores. Spaces are not allowed.
6464

65-
The user name must have an owner, viewer, or logs viewer role.
65+
The selected user must have an owner, viewer, or logs viewer role.
6666

6767
Select **Create** to create the new key.
6868

0 commit comments

Comments
 (0)