Skip to content

Commit 4beece5

Browse files
committed
Fixed a few more instances
1 parent d234dd1 commit 4beece5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/fundamentals/account/account-security/audit-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Track actions performed directly by users through Cloudflare interfaces (dashboa
114114

115115
- `actor_type="user"`: Action was performed by an individual user.
116116
- `actor_type="Cloudflare_admin"`: Action was performed by Cloudflare.
117-
- `actor_type="account"`: Action was performed using an account owned token. Refer to the [Account API tokens](/fundamentals/api/get-started/account-owned-tokens/) documentation for more information.
117+
- `actor_type="account"`: Action was performed using an account API token. Refer to the [Account API tokens](/fundamentals/api/get-started/account-owned-tokens/) documentation for more information.
118118

119119
#### System initiated Audit Logs
120120

src/content/docs/fundamentals/api/get-started/account-owned-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Creating an account owned token requires Super Administrator permission on the a
2222
4. Select **Continue to summary** and review the details.
2323
5. Select **Create Token**.
2424

25-
Alternatively, you can create a token using the [account owned token creation API](/api/resources/accounts/subresources/tokens/methods/create/).
25+
Alternatively, you can create a token using the [account API token creation API](/api/resources/accounts/subresources/tokens/methods/create/).
2626

2727
Refer to the [blog post](https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more information.
2828

src/content/docs/fundamentals/api/get-started/create-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/account/find-ac
1616

1717
:::
1818

19-
1. Determine if you want a user token or an [Account owned token](/fundamentals/api/get-started/account-owned-tokens/). Use Account API tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
19+
1. Determine if you want a user token or an [Account API token](/fundamentals/api/get-started/account-owned-tokens/). Use Account API tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
2020
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
2121
3. Select **Create Token**.
2222
4. Select a template from the available [API token templates](/fundamentals/api/reference/template/) or create a custom token. The following example uses the **Edit zone DNS** template.

0 commit comments

Comments
 (0)