Node:modify-text-info, Next:modify-conf-info, Previous:get-conf-stat, Up:Protocol Requests
modify-text-info [92] (( text : Text-No; delete : ARRAY Aux-No; add : ARRAY Aux-Item-Input )) -> ( );
This call deletes the aux-items listed in delete
from the text
text
and then adds the ones listed in add
to the text.
Either list may be empty, and the call is guaranteed to either
completely fail or completely succeed.
login-first
no-such-text
text
does not exist or is secret.
aux-item-permission
delete
, or
not enough permissions to add one or more of the items in add
.
illegal-aux-item
add
is illegal for some reason.