From 0d3573e0f50a34e05895ead9cc593ed24db64d81 Mon Sep 17 00:00:00 2001 From: Yonle Date: Mon, 8 Jan 2024 20:20:08 +0700 Subject: [PATCH] or probably nope. Signed-off-by: Yonle --- 200.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/200.md b/200.md index f9e3244..7b7c22e 100644 --- a/200.md +++ b/200.md @@ -51,16 +51,3 @@ Relay may also respond with HTTP status code: - `200`: OK / Success - `400`: Invalid Request - `500`: Relay/Server error - -Response JSON body example: - -```json -{ - "results": [ - { "id": "...", "kind": 1, ... }, - { "id": "...", "kind": 1, ... }, - ... - ], - "notice": "" -} -```