Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 928 Bytes

File metadata and controls

40 lines (31 loc) · 928 Bytes

reply

Information

POST https://api.brickverse.gg/v2/feed/reply

API to send to your user feed.

Request Body

Name Type Description
content* String
post_id* Int

{% tabs %} {% tab title="200: OK Response" %}

{"status": "ok", "success": true}

{% endtab %}

{% tab title="403: Forbidden " %}

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

{% endtab %}

{% tab title="429: Too Many Requests " %}

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

{% endtab %}

{% tab title="400: Bad Request " %}

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

{% endtab %} {% endtabs %}