Rename Program
# Rename Program
Path:
/api/rename/*
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to rename programs.
Request
Name | Type | Example | Description |
---|---|---|---|
newProgramName | String | new.vsn | The new program name should end with ".vsn" and should not repeat the existing program names, otherwise the request will not take effect. |
Example
http://192.168.42.129/api/rename/old.vsn
{"newProgramName":"new.vsn"}