Web API request
Sets the name of the current page of a group.
| API | https://api.avolites.com/12.0/Handles.SetGroupPageName.html | 
|---|---|
| namespace | Handles | 
| usage | http://[ip]:4430/titan/script/2/Handles/SetGroupPageName?group={string}&name={string} | 
| parameters | group: the string indicating the group name, e.g. Playbacks, Colours, Fixtures name: the new name (legend) for this page | 
| example | http://localhost:4430/titan/script/2/Handles/SetGroupPageName?group=Colours&name=hallo (link opens in new tab) | 
| action | Sets the page legend of the current page of a workspace window. | 
| returns | Nothing if successfull. “Error: Error executing an Action Script” if an error occured, e.g. a wrong group was indicated. | 
| remarks | Always changes the current page's name. Works regardless if this window is open or pages are shown or not. |