mcwebserver api docs

This commit is contained in:
Jonas_Jones 2024-09-01 19:40:34 +02:00
parent 6cec6c4d1e
commit 025ecbcdde
5 changed files with 306 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"position": 2,
"label": "Advanced API",
"collapsible": true,
"collapsed": true,
"link": {
"type": "generated-index",
"description": "The Advanced API documentation."
}
}

View 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).