patch
Defines a stub for an HTTP PATCH request with the specified request type and configuration block.
Return
A building step for further stub customization.
Parameters
Optional name for the stub.
The class of the request payload.
Lambda to configure the request specification.
Registers a stub for an HTTP PATCH request with the specified configuration and request type.
Return
A BuildingStep for further configuring the PATCH request stub.
Parameters
Stub configuration (name, removal behaviour, verbosity).
The class of the expected request payload.
Lambda to configure the RequestSpecificationBuilder.
Defines a PATCH request stub with a string request body using the provided configuration block.
Return
A BuildingStep for further customization of the PATCH request stub.
Parameters
Lambda to configure the request specification builder for the PATCH request.