Test a single step of an Integration App API
Executes one consumer step (API def) within the operation by apiId. Mutates the API entity: saves the step's lastWebActionResponseDTO and inferred responseObjectBlueprint.
| Path Parameters |
|---|
internalId string — REQUIRED |
apiId string — REQUIRED |
| Request Body — REQUIRED |
|---|
fieldValues objectMap of field variableName -> stringified value. Keys must match the variableName of the operation's IntegrationAppAPIFields. null is allowed (interpreted as an empty map). |
| Responses | ||
|---|---|---|
200Returns the test result
|