You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param int $app_id The ID of the app. (required)
140
140
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUrlFormat'] to see the possible values for this operation
@@ -152,7 +152,7 @@ public function getUrlFormat($app_id, string $contentType = self::contentTypes['
152
152
/**
153
153
* Operation getUrlFormatWithHttpInfo
154
154
*
155
-
* Read calling app recording settings
155
+
* Retrieve recording settings
156
156
*
157
157
* @param int $app_id The ID of the app. (required)
158
158
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUrlFormat'] to see the possible values for this operation
@@ -187,18 +187,6 @@ public function getUrlFormatWithHttpInfo($app_id, string $contentType = self::co
187
187
188
188
$statusCode = $response->getStatusCode();
189
189
190
-
if ($statusCode < 200 || $statusCode > 299) {
191
-
thrownewApiException(
192
-
sprintf(
193
-
'[%d] Error connecting to the API (%s)',
194
-
$statusCode,
195
-
(string) $request->getUri()
196
-
),
197
-
$statusCode,
198
-
$response->getHeaders(),
199
-
(string) $response->getBody()
200
-
);
201
-
}
202
190
203
191
switch($statusCode) {
204
192
case200:
@@ -257,6 +245,19 @@ public function getUrlFormatWithHttpInfo($app_id, string $contentType = self::co
$content = $response->getBody(); //stream goes to serializer
@@ -311,7 +312,7 @@ public function getUrlFormatWithHttpInfo($app_id, string $contentType = self::co
311
312
/**
312
313
* Operation getUrlFormatAsync
313
314
*
314
-
* Read calling app recording settings
315
+
* Retrieve recording settings
315
316
*
316
317
* @param int $app_id The ID of the app. (required)
317
318
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUrlFormat'] to see the possible values for this operation
@@ -332,7 +333,7 @@ function ($response) {
332
333
/**
333
334
* Operation getUrlFormatAsyncWithHttpInfo
334
335
*
335
-
* Read calling app recording settings
336
+
* Retrieve recording settings
336
337
*
337
338
* @param int $app_id The ID of the app. (required)
338
339
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUrlFormat'] to see the possible values for this operation
@@ -533,18 +534,6 @@ public function markAsReadyWithHttpInfo($mark_recording_as_ready_request, string
0 commit comments