forked from I2P_Developers/i2p.www
Added information about the AdvancedSettings method in i2pcontrol.
This commit is contained in:
@ -204,6 +204,19 @@ Parameters are only provided in a named way (maps).
|
||||
<li>RestartNeeded – [boolean] {% trans %}Is a restart needed for the new settings to be used.{% endtrans %}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<ul>AdvancedSettings – {% trans %}Allows for manipulation of advanced i2p settings{% endtrans %}
|
||||
<ul>{{ _('Set:') }} – {% trans %}Set the sent key-value pairs{% endtrans %}
|
||||
<li>{"setting-key": "setting-value", ...} – [Map<String, String>]</li>
|
||||
</ul>
|
||||
<ul>{{ _('SetAll:') }} – {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
|
||||
<li>{"setting-key": "setting-value", ...} – [Map<String, String>]</li>
|
||||
</ul>
|
||||
<ul>{{ _('Get:') }} – {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
|
||||
<li>"setting-key" – [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>
|
||||
|
||||
|
Reference in New Issue
Block a user