Updates any of the metadata for a test case, such as the name, description, and status or content of an existing test case
Source:R/connect_operations.R
connect_update_test_case.RdUpdates any of the metadata for a test case, such as the name, description, and status or content of an existing test case. This API doesn't allow customers to update the tags of the test case resource for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_update_test_case/ for full documentation.
Usage
connect_update_test_case(
InstanceId,
TestCaseId,
Content = NULL,
EntryPoint = NULL,
InitializationData = NULL,
Name = NULL,
Description = NULL,
Status = NULL,
LastModifiedTime = NULL,
LastModifiedRegion = NULL
)Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance.
- TestCaseId
[required] The identifier of the test case to update.
- Content
The JSON string that represents the content of the test.
- EntryPoint
Defines the starting point for your test.
- InitializationData
Defines the test attributes for precise data representation.
- Name
The name of the test case.
- Description
The description of the test case.
- Status
Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
- LastModifiedTime
The time at which the resource was last modified.
- LastModifiedRegion
The region in which the resource was last modified