A single JSON Patch operation to perform on the test

Hierarchy

  • SyntheticsPatchTestOperation

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The operation to perform

path?: string

The path to the value to modify

value?: any

A value to use in a JSON Patch operation

Generated using TypeDoc