updateTestCase Mutation
Update an existing TestCase.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations]. 2. The signed-in User has any of the following permissions for the object's 'integration_Customer' attribute: [customer_admin_integration_permissions, customer_manage_integrations].
Input fields (UpdateTestCaseInput!)
Argument | Type | Description |
---|---|---|
name | String | The name of the TestCase. |
contentType | String | Content type of the test payload. |
payload | String | Test step payload data. |
headers | String | Test headers as key/value pairs. |
result | String | Test step result data. |
id | ID | The ID of the TestCase to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |