Values.UpdateMethodResponseRequestSourceA request to update an existing MethodResponse resource.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;The Resource identifier for the MethodResponse resource.
*)httpMethod : String_.t;The HTTP verb of the Method resource.
*)statusCode : StatusCode.t;The status code for the MethodResponse resource.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}