Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pequla committed Jan 15, 2023
1 parent 8b9b109 commit 7d7df44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ api:

Plugin provides currently only 2 endpoints

### GET /api/status
### GET `/api/status`

Sample response:
```json
Expand Down Expand Up @@ -217,7 +217,7 @@ Sample response:

> When there are no players online the `list` will be returned as an empty array

### GET /api/user
### GET `/api/user`

> The `uuid` query parameter is mandatory. So the example url should be `/api/user?uuid=69c154a4-0a6a-4578-b169-c4be379e1e8e`

Expand All @@ -231,9 +231,9 @@ Sample response:
}
```

### GET /api/players
### GET `/api/players`

> Disp
> Displays all players that have ever joined the server

Sample response:
```json
Expand Down

0 comments on commit 7d7df44

Please sign in to comment.