Skip to content

Commit 2d96845

Browse files
author
scrapebadger-bot
committed
chore: regenerate SDK from OpenAPI spec
1 parent 3e40de4 commit 2d96845

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19953,7 +19953,7 @@ paths:
1995319953
- application/json
1995419954
/v1/web/screenshot:
1995519955
post:
19956-
description: Take a screenshot of a URL. (Phase 2 — patchright engine)
19956+
description: Take a screenshot of a URL. (browser engine)
1995719957
operationId: web_take_a_screenshot
1995819958
responses:
1995919959
"200":

docs/WebApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ This endpoint does not need any parameter.
421421
422422
Take a screenshot
423423

424-
Take a screenshot of a URL. (Phase 2 — patchright engine)
424+
Take a screenshot of a URL. (browser engine)
425425

426426
### Example
427427
```java

src/main/java/com/scrapebadger/client/api/WebApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ private okhttp3.Call webTakeAScreenshotValidateBeforeCall(final ApiCallback _cal
866866

867867
/**
868868
* Take a screenshot
869-
* Take a screenshot of a URL. (Phase 2 — patchright engine)
869+
* Take a screenshot of a URL. (browser engine)
870870
* @return Object
871871
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
872872
* @http.response.details
@@ -883,7 +883,7 @@ public Object webTakeAScreenshot() throws ApiException {
883883

884884
/**
885885
* Take a screenshot
886-
* Take a screenshot of a URL. (Phase 2 — patchright engine)
886+
* Take a screenshot of a URL. (browser engine)
887887
* @return ApiResponse<Object>
888888
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
889889
* @http.response.details
@@ -901,7 +901,7 @@ public ApiResponse<Object> webTakeAScreenshotWithHttpInfo() throws ApiException
901901

902902
/**
903903
* Take a screenshot (asynchronously)
904-
* Take a screenshot of a URL. (Phase 2 — patchright engine)
904+
* Take a screenshot of a URL. (browser engine)
905905
* @param _callback The callback to be executed when the API call finishes
906906
* @return The request call
907907
* @throws ApiException If fail to process the API call, e.g. serializing the request body object

src/test/java/com/scrapebadger/client/api/WebApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void webSubmitBatchScrapingJobTest() throws ApiException {
114114
/**
115115
* Take a screenshot
116116
*
117-
* Take a screenshot of a URL. (Phase 2 — patchright engine)
117+
* Take a screenshot of a URL. (browser engine)
118118
*
119119
* @throws ApiException if the Api call fails
120120
*/

0 commit comments

Comments
 (0)