Modifies the prompt for a specified application.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The ID of the application. |
pa-************** |
| PromptId |
string |
Yes |
The ID of the prompt. |
papt-f9lajgw765f4fnrzn1 |
| PromptName |
string |
No |
The name of the prompt. |
prompt name |
| PromptValue |
string |
No |
The content of the prompt. |
prompt value |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. |
7E2FE3BB-C677-5FF9-9FC5-9CF364BD6BE5 |
| PromptId |
string |
The ID of the modified prompt. |
papt-f9lajgw765f4fnrzn1 |
Examples
Success response
JSON format
{
"RequestId": "7E2FE3BB-C677-5FF9-9FC5-9CF364BD6BE5",
"PromptId": "papt-f9lajgw765f4fnrzn1"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.