Added information about the AdvancedSettings method in i2pcontrol.

This commit is contained in:
dev
2016-01-18 21:25:06 +00:00
parent 88904d6408
commit 721a1ea010

View File

@ -204,6 +204,19 @@ Parameters are only provided in a named way (maps).
<li>RestartNeeded &ndash; [boolean] {% trans %}Is a restart needed for the new settings to be used.{% endtrans %}</li>
</ul>
</ul>
<ul>AdvancedSettings &ndash; {% trans %}Allows for manipulation of advanced i2p settings{% endtrans %}
<ul>{{ _('Set:') }} &ndash; {% trans %}Set the sent key-value pairs{% endtrans %}
<li>{"setting-key": "setting-value", ...} &ndash; [Map<String, String>]</li>
</ul>
<ul>{{ _('SetAll:') }} &ndash; {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
<li>{"setting-key": "setting-value", ...} &ndash; [Map<String, String>]</li>
</ul>
<ul>{{ _('Get:') }} &ndash; {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
<li>"setting-key" &ndash; [String]</li>
</ul>
<ul>{{ _('GetAall:') }}
</ul>
</ul>
<p>* {% trans %}denotes an optional value.{% endtrans %}</p>
<p>** {% trans %}denotes a possibly occuring return value{% endtrans %}</p>