From 0eb7d6c30487b383720d8e0aa417926a37df3aef Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 11 Sep 2019 14:13:38 -0700 Subject: [PATCH] Fixing API doc issue. --- docs/api.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 871b20e20..95ccd89e6 100644 --- a/docs/api.md +++ b/docs/api.md @@ -146,8 +146,11 @@ Only the first user will be able to be the admin. ##### Request ```rust { - show_nsfw: bool, - auth: String, + op: "SaveUserSettings", + data: { + show_nsfw: bool, + auth: String + } } ``` ##### Response