Add request parameters to server definitions

Updated server_definitions.md to include request parameters.
This commit is contained in:
Mayukha Vadari
2025-12-03 10:50:37 -05:00
committed by GitHub
parent d48698531c
commit ac623ef506

View File

@@ -39,7 +39,11 @@ An example of the request format:
{% try-it method="server_definitions" /%}
The request does not take any parameters.
The request includes the following parameters:
| Field | Type | Required? | Description |
|:------------------|:-------|:----------|-------------|
| `hash` | String | No | If included and the hash matches the server's hash, the full set of definitions will not be returned. |
## Response Format