fix: simplify api setup index

This commit is contained in:
Eli Bosley
2025-02-12 09:16:09 -05:00
parent 1e4a4f0745
commit 5f29e6d5e7
2 changed files with 44 additions and 44 deletions
+6 -6
View File
@@ -6,17 +6,17 @@ The Unraid API provides a GraphQL interface that allows you to interact with you
1. First, enable developer mode using the CLI:
```bash
unraid-api developer
```
```bash
unraid-api developer
```
2. Follow the prompts to enable the sandbox. This will allow you to access the Apollo Sandbox interface.
3. Access the GraphQL playground by navigating to:
```
http://YOUR_SERVER_IP/graphql
```
```txt
http://YOUR_SERVER_IP/graphql
```
## Authentication
+2 -2
View File
@@ -7,8 +7,8 @@ The Unraid API provides a GraphQL interface for programmatic interaction with yo
The API is available through the Unraid Connect Plugin:
1. Install Unraid Connect Plugin from Apps
2. Configure the plugin
3. Access API functionality through the plugin interface
2. [Configure the plugin](./how-to-use-the-api.md#enabling-the-graphql-sandbox)
3. Access API functionality through the [GraphQL Sandbox](./how-to-use-the-api.md#accessing-the-graphql-sandbox)
## Future Availability