mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 02:59:18 +02:00
mcwebserver api docs
This commit is contained in:
parent
6cec6c4d1e
commit
025ecbcdde
5 changed files with 306 additions and 0 deletions
12
docs/mcwebserver/api/advanced/intro.mdx
Normal file
12
docs/mcwebserver/api/advanced/intro.mdx
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
slug: /mcwebserver/api/advanced
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
This API allows for gather more advanced information about a minecraft server.
|
||||
|
||||
All API calls have the prefix `/api/v2/` and require a token to be passed in the header.
|
||||
|
||||
The supported API calls are listed in the [Reference List](advanced).
|
Loading…
Add table
Add a link
Reference in a new issue