Applies prompts to an application instance.
Operation description
Request
Applies prompts to a specified application instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The ID of the application. |
pa-************** |
| EnabledPromptIds |
array |
No |
An array of prompt IDs to enable. |
papt-************ |
|
string |
No |
A prompt ID. |
papt-*********** |
|
| DisabledPromptIds |
array |
No |
An array of prompt IDs to disable. |
papt-************ |
|
string |
No |
A prompt ID. |
papt-*********** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The ID of the request. |
CDB3258F-B5DE-43C4-8935-CBA0CA****** |
| ApplicationId |
string |
The ID of the application. |
pa-************** |
Examples
Success response
JSON format
{
"RequestId": "CDB3258F-B5DE-43C4-8935-CBA0CA******",
"ApplicationId": "pa-**************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.