Update server/query

Braydon 2024-04-10 01:25:13 -07:00
parent c216c677e1
commit 71d92d691a

@ -9,6 +9,11 @@ Ping a Java or Bedrock server and retrieve it's status.
| platform | string | `JAVA` or `BEDROCK` | | platform | string | `JAVA` or `BEDROCK` |
| hostname | string | `The server hostname to lookup` | | 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` |
## Error Codes ## Error Codes
| Code | Description | | Code | Description |
|---------------------|:--------------------------------------:| |---------------------|:--------------------------------------:|