From 6acec57a74dab14be63af3e9257a5bfeae31f0b3 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <lars@6xq.net>
Date: Sun, 5 Jul 2015 17:08:30 +0200
Subject: Move required fields of user.changeSettings

---
 json/account.rst | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

(limited to 'json')

diff --git a/json/account.rst b/json/account.rst
index 6cbbbce..17172bb 100644
--- a/json/account.rst
+++ b/json/account.rst
@@ -81,8 +81,6 @@ The following settings are currently read/writeable:
    emailNewFollowers,boolean,
    isExplicitContentFilterEnabled,boolean,
    isExplicitContentFilterPINProtected,boolean,
-   currentUsername,string,
-   currentPassword,string,
    newUsername,string,
    newPassword,string,
    facebookAutoShareEnabled,boolean,
@@ -90,8 +88,6 @@ The following settings are currently read/writeable:
    autoShareLikes,boolean,
    autoShareFollows,boolean,
    facebookSettingChecksum,boolean,
-   userInitiatedChange,boolean,
-
 
 .. index::
    pair: method; user.getSettings
@@ -124,14 +120,14 @@ Modify
 .. csv-table::
    :header: Name,Type,Description
 
-   includeFacebook,boolean,
+   currentUsername,string,
+   currentPassword,string,
+   userInitiatedChange,boolean,optional
+   includeFacebook,boolean,optional
 
 Additionally keys listed in :ref:`settingkeys` are permitted in the request
 body.
 
-.. TODO response?
-
-
 .. index::
    pair: method; user.emailPassword
 
@@ -240,4 +236,4 @@ Starts a complimentary pandora one trial. It is unknown what constitutes a valid
 .. csv-table::
     :header: Name,Type,Description
     
-    complimentarySponsor,string,The ID of the sponsor providing the complimentary trial.
\ No newline at end of file
+    complimentarySponsor,string,The ID of the sponsor providing the complimentary trial.
-- 
cgit v1.2.3