From 246539288df2946eb63a460aa9940e349407231e Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 10 Jan 2024 20:08:44 +0700 Subject: [PATCH] nip200: small improvement Signed-off-by: Yonle --- 200.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/200.md b/200.md index eebee2d2..677766f1 100644 --- a/200.md +++ b/200.md @@ -47,9 +47,9 @@ Every NoH response is a JSON body that contain the following JSON field: - `results`: Array of relay response. Usually contain events requested by client. - `count`: Integer of event counts. -- `notice`: Human readable error. +- `notice`: String of human readable error. -Relay may also respond with HTTP status code: +At certain condition, Relay will also respond with HTTP status code: - `200`: OK / Success - `400`: Invalid Request