patch method

Future patch(
  1. ApiRequest request
)

Implementation

Future<dynamic> patch(ApiRequest request) =>
    throw ApiRequestException.methodNotAllowed();