Skip to content

Commit

Permalink
Update cloudFile.rst
Browse files Browse the repository at this point in the history
The configured property of CloudFileAccount is not ignored any more. I'm not sure in which version his behaviour was changed.
  • Loading branch information
joendres authored and darktrojan committed Dec 8, 2020
1 parent 38318b2 commit 650d875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudFile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Update a cloud file account
- ``accountId`` (string) Unique identifier of the account
- ``updateProperties`` (object)

- [``configured``] (boolean) If true, the account is configured and ready to use. This property is currently ignored and all accounts are assumed to be configured.
- [``configured``] (boolean) If true, the account is configured and ready to use. Only configured accounts are offered to the user.
- [``managementUrl``] (string) A page for configuring accounts, to be displayed in the preferences UI.
- [``spaceRemaining``] (integer) The amount of remaining space on the cloud provider, in bytes. Set to -1 if unsupported.
- [``spaceUsed``] (integer) The amount of space already used on the cloud provider, in bytes. Set to -1 if unsupported.
Expand Down Expand Up @@ -165,7 +165,7 @@ Information about a cloud file account

object:

- ``configured`` (boolean) If true, the account is configured and ready to use. This property is currently ignored and all accounts are assumed to be configured.
- ``configured`` (boolean) If true, the account is configured and ready to use. Only configured accounts are offered to the user.
- ``id`` (string) Unique identifier of the account
- ``managementUrl`` (string) A page for configuring accounts, to be displayed in the preferences UI.
- ``name`` (string) A user-friendly name for this account.
Expand Down

0 comments on commit 650d875

Please sign in to comment.