Node:modify-text-info, Next:, Previous:get-conf-stat, Up:Protocol Requests



modify-text-info [92] (10) Recommended


        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.

Error codes

login-first
Login required before issuing this call.
no-such-text
The text text does not exist or is secret.
aux-item-permission
No permission to delete one or more of the items in delete, or not enough permissions to add one or more of the items in add.
illegal-aux-item
One of the items in add is illegal for some reason.