We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f85b0 commit 9dc60e0Copy full SHA for 9dc60e0
website/pages/en/deploying/subgraph-studio-faqs.mdx
@@ -25,14 +25,18 @@ A bearer token can be added to the authorization header of your API request.
25
Example:
26
```
27
Update the query path:
28
+
29
```bash
30
../api/${api_key}/deployments/... -> ../api/deployments/...
31
32
33
Add the authorization header:
34
35
36
authorization: Bearer ${api_key}
37
-Replace ${api_key} with your actual API key.
38
39
+Replace `${api_key}` with your actual API key.
40
41
## 6. Can I transfer my subgraph to another owner?
42
0 commit comments