mirror of
https://github.com/unraid/api.git
synced 2026-05-08 08:00:19 -05:00
fix: simplify api setup index
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user