Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1002 Bytes

ping.md

File metadata and controls

31 lines (26 loc) · 1002 Bytes

ping

{% swagger method="post" path="/ping/{world_id}/{server_id}/{host_token}" baseUrl="https://api.brickverse.co/v2/worlds/{universe_id}" summary="Information" expanded="false" %} {% swagger-description %} Internal ping to let us know the server is awake still. {% endswagger-description %}

{% swagger-response status="200: OK" description="Response" %}

{"status": "ok", "success": true, "connection": "49152.group.vanex.brickverse.co", "port": 3000}

{% endswagger-response %}

{% swagger-response status="400: Bad Request" description="" %}

{"status": "error", "message": "reason_string"}

{% endswagger-response %}

{% swagger-response status="403: Forbidden" description="" %}

{"status": "error", "message": 403}

{% endswagger-response %}

{% swagger-response status="429: Too Many Requests" description="" %}

{"status": "error", "message": "Rate limited", "ratelimited": true, "time": "seconds_string"}

{% endswagger-response %} {% endswagger %}