Skip to content

Commit 9dc60e0

Browse files
Update website/pages/en/deploying/subgraph-studio-faqs.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent f2f85b0 commit 9dc60e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/pages/en/deploying/subgraph-studio-faqs.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ A bearer token can be added to the authorization header of your API request.
2525
Example:
2626
```
2727
Update the query path:
28+
2829
```bash
2930
../api/${api_key}/deployments/... -> ../api/deployments/...
3031
```
32+
3133
Add the authorization header:
34+
3235
```bash
3336
authorization: Bearer ${api_key}
3437
```
35-
Replace ${api_key} with your actual API key.
38+
39+
Replace `${api_key}` with your actual API key.
3640

3741
## 6. Can I transfer my subgraph to another owner?
3842

0 commit comments

Comments
 (0)