From 92dae7e4e9b709de32ed711819aecc7dde0c591c Mon Sep 17 00:00:00 2001 From: Braydon Date: Wed, 10 Apr 2024 04:10:34 -0700 Subject: [PATCH] Update server/query --- server%2Fquery.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/server%2Fquery.md b/server%2Fquery.md index aef0a63..94bf566 100644 --- a/server%2Fquery.md +++ b/server%2Fquery.md @@ -4,15 +4,10 @@ Ping a Java or Bedrock server and retrieve it's status. ## Path Variables -| Name | Type | Description | -|----------|:------:|--------------------------------:| -| platform | string | `JAVA` or `BEDROCK` | -| hostname | string | `The server hostname to lookup` | - -## Query Parameters -| Name | Type | Default | Content | -|------|:------:|-----------------------------:|-----------------------------------:| -| port | number | `25565`/`19132` Respectively | `The port of the server to lookup` | +| Name | Type | Description | +|----------|:------:|----------------------------------------------------------:| +| platform | string | `JAVA` or `BEDROCK` | +| hostname | string | `The server hostname to lookup (Append : for port)` | ## Error Codes | Code | Description |