@@ -42,7 +42,7 @@ def get_geo_json_route(self, body, profile, **kwargs): # noqa: E501
4242 >>> result = thread.get()
4343
4444 :param async_req bool
45- :param DirectionsService body: (required)
45+ :param DirectionsServiceBody body: (required)
4646 :param str profile: Specifies the route profile. (required)
4747 :return: JSONResponse
4848 If the method is called asynchronously,
@@ -65,7 +65,7 @@ def get_geo_json_route_with_http_info(self, body, profile, **kwargs): # noqa: E
6565 >>> result = thread.get()
6666
6767 :param async_req bool
68- :param DirectionsService body: (required)
68+ :param DirectionsServiceBody body: (required)
6969 :param str profile: Specifies the route profile. (required)
7070 :return: JSONResponse
7171 If the method is called asynchronously,
@@ -149,7 +149,7 @@ def get_json_route(self, body, profile, **kwargs): # noqa: E501
149149 >>> result = thread.get()
150150
151151 :param async_req bool
152- :param DirectionsService1 body: (required)
152+ :param DirectionsServiceBody body: (required)
153153 :param str profile: Specifies the route profile. (required)
154154 :return: JSONResponse
155155 If the method is called asynchronously,
@@ -172,7 +172,7 @@ def get_json_route_with_http_info(self, body, profile, **kwargs): # noqa: E501
172172 >>> result = thread.get()
173173
174174 :param async_req bool
175- :param DirectionsService1 body: (required)
175+ :param DirectionsServiceBody body: (required)
176176 :param str profile: Specifies the route profile. (required)
177177 :return: JSONResponse
178178 If the method is called asynchronously,
0 commit comments