Modify Prompt Folder Name or Language Name
HTTPS Method |
PUT |
URI |
https://<server>/adminapi/prompt/FolderPath https://<server>/adminapi/prompt/LanguagePath |
Example URI |
https://uccx-server/adminapi/prompt/language/ https://uccx-server/adminapi/prompt/folder/ |
Content Type |
Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
404, 500 |
Error Codes |
— |
Success Response
—
Sample Input XML — Modifying a Folder
<?xml version="1.0" encoding="UTF-8"?>
<Files xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Files.xsd">
<Prompt>
<Folder>
<path>/PrmoptLanguage1</path>
<FolderName>PrmoptFolder1</FolderName>
<reNameTo>ModPrmoptFolder1</reNameTo>
</Folder>
</Prompt>
</Files>