Describe allowed values for download_scheme field

This can be succinctly described in terms of the values returned from
the server config, which it couldn't before we got rid of the
special-case enum handling in the client.

Change-Id: Ib7c6489f9317704b314e15c469c5689525d537a4
This commit is contained in:
Dave Borowitz
2015-09-03 16:38:54 -04:00
parent f271d6e2d9
commit b06b93f841

View File

@@ -1774,7 +1774,9 @@ Whether the site header should be shown.
|`use_flash_clipboard` |not set if `false`|
Whether to use the flash clipboard widget.
|`download_scheme` ||
The type of download URL the user prefers to use.
The type of download URL the user prefers to use. May be any key from
the `schemes` map in
link:rest-api-config.html#download-info[DownloadInfo].
|`download_command` ||
The type of download command the user prefers to use.
|`copy_self_on_email` |not set if `false`|