Skip to main content

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!)

ArgumentTypeDescription
nameStringThe name of the TestCase.
contentTypeStringContent type of the test payload.
payloadStringTest step payload data.
headersStringTest headers as key/value pairs.
resultStringTest step result data.
idIDThe ID of the TestCase to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (UpdateTestCasePayload)

clientMutationId (String)
errors ([ErrorType!]!)
testCase (TestCase)