or probably nope.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-01-08 20:20:08 +07:00
parent cca82d35f6
commit 0d3573e0f5

13
200.md
View File

@ -51,16 +51,3 @@ Relay may also respond with HTTP status code:
- `200`: OK / Success - `200`: OK / Success
- `400`: Invalid Request - `400`: Invalid Request
- `500`: Relay/Server error - `500`: Relay/Server error
Response JSON body example:
```json
{
"results": [
{ "id": "...", "kind": 1, ... },
{ "id": "...", "kind": 1, ... },
...
],
"notice": ""
}
```