You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/subgraphs/querying/managing-api-keys.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ API keys are required to query Subgraphs. They authenticate users and devices, a
18
18
2. Click the **API Keys** tab in the navigation menu
19
19
3. Click the **Create API Key** button
20
20
21
-
A new window will popup:
21
+
A new window will pop up:
22
22
23
23
4. Enter a name for your API key
24
24
5. Optional: You can enable a period spending limit
@@ -33,7 +33,7 @@ The “API keys” table lists existing API keys and allows you to manage or del
33
33
### How to Set Spending Limits
34
34
35
35
1. Find your API key in the API keys table
36
-
2. Click the "three dots" menu next to the key
36
+
2. Click the "three dots" icon next to the key
37
37
3. Select "Manage spending limit"
38
38
4. Enter your desired monthly limit in USD
39
39
5. Click **Save**
@@ -42,16 +42,16 @@ The “API keys” table lists existing API keys and allows you to manage or del
42
42
43
43
### How to Rename an API Key
44
44
45
-
1. Click the "three dots" menu next to the key
45
+
1. Click the "three dots" icon next to the key
46
46
2. Select "Rename API key"
47
47
3. Enter the new name
48
48
4. Click **Save**
49
49
50
50
### How to Regenerate an API Key
51
51
52
-
1. Click the "three dots" menu next to the key
52
+
1. Click the "three dots" icon next to the key
53
53
2. Select "Regenerate API key"
54
-
3. Confirm the action in the popup dialog
54
+
3. Confirm the action in the pop up dialog
55
55
56
56
> Warning: Regenerating an API key will invalidate the previous key immediately. Update your applications with the new key to prevent service interruption.
0 commit comments