summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-07-05 17:08:30 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-07-05 17:08:30 +0200
commit6acec57a74dab14be63af3e9257a5bfeae31f0b3 (patch)
treea1f1b74aa8cc7aa4dea58d2cf8810885184075c1
parentaa39278d93c6a3f803db968a86e8a9ef499acd48 (diff)
downloadpandora-apidoc-6acec57a74dab14be63af3e9257a5bfeae31f0b3.tar.gz
pandora-apidoc-6acec57a74dab14be63af3e9257a5bfeae31f0b3.tar.bz2
pandora-apidoc-6acec57a74dab14be63af3e9257a5bfeae31f0b3.zip
Move required fields of user.changeSettings
-rw-r--r--json/account.rst14
1 files changed, 5 insertions, 9 deletions
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.