| home > API > [/svs/edit] > |
| request url |
http://[SERVER]:[PORT]/svs/edit[?PARAMETER1=value[&...]] |
| short description |
Editing and displaying content of SVS scripts |
| long description |
|
| parameters |
| name |
type |
description |
| sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
| mode |
integer |
1 - list all available SVS scripts, 2 - display the content of SVS script, 3 - replace the content of SVS script |
| external_identifier |
string |
Parameter for modes 2 and 3. SVS script relative path. |
| definition |
string |
Content of the SVS script to be written to the file. |
|
| result |
| # |
name |
type |
description |
| 0 |
script |
string |
Result is mode dependent: 1 - scripts relative paths, 2 - content of the script, 3 - 1 if successful |
|
| examples |
|
| further information |
|