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