setScriptTemplateProperties


Description

Sets one or more properties of a script template

Example request

https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=setScriptTemplateProperties
     &Name=Ron Reader

Example response

{
    "Success": 1
}

Required parameters

ScriptTemplateID integer the unique ID of the script template to change

Optional parameters

Name string the script template's name
Content string the script template's content

Returns

Success boolean true if successful, false if unsuccessful

Notes

Requires permissions of a producer or higher.