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
Copy file name to clipboardExpand all lines: api/openapi.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21908,7 +21908,10 @@ paths:
21908
21908
x-cli-version: "2.5"
21909
21909
x-accepts: application/json
21910
21910
get:
21911
-
description: Get details on a single screenshot for a given project.
21911
+
description: |
21912
+
Returns a single screenshot belonging to the specified project. Use this to retrieve the screenshot's name, description, hosted image URL, and marker count after uploading, or before creating, updating, or inspecting its markers. The response is a synchronous, idempotent read — repeated calls return the same record without side effects.
21913
+
21914
+
The Attachable Screenshots feature must be enabled on the account.
Copy file name to clipboardExpand all lines: docs/ScreenshotsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ null (empty response body)
190
190
191
191
Get a single screenshot
192
192
193
-
Get details on a single screenshot for a given project.
193
+
Returns a single screenshot belonging to the specified project. Use this to retrieve the screenshot's name, description, hosted image URL, and marker count after uploading, or before creating, updating, or inspecting its markers. The response is a synchronous, idempotent read — repeated calls return the same record without side effects. The Attachable Screenshots feature must be enabled on the account.
Copy file name to clipboardExpand all lines: src/main/java/com/phrase/client/api/ScreenshotsApi.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ private okhttp3.Call screenshotShowValidateBeforeCall(String projectId, String i
473
473
474
474
/**
475
475
* Get a single screenshot
476
-
* Get details on a single screenshot for a given project.
476
+
* Returns a single screenshot belonging to the specified project. Use this to retrieve the screenshot's name, description, hosted image URL, and marker count after uploading, or before creating, updating, or inspecting its markers. The response is a synchronous, idempotent read — repeated calls return the same record without side effects. The Attachable Screenshots feature must be enabled on the account.
* Get details on a single screenshot for a given project.
501
+
* Returns a single screenshot belonging to the specified project. Use this to retrieve the screenshot's name, description, hosted image URL, and marker count after uploading, or before creating, updating, or inspecting its markers. The response is a synchronous, idempotent read — repeated calls return the same record without side effects. The Attachable Screenshots feature must be enabled on the account.
@@ -524,7 +524,7 @@ public ApiResponse<Screenshot> screenshotShowWithHttpInfo(String projectId, Stri
524
524
525
525
/**
526
526
* Get a single screenshot (asynchronously)
527
-
* Get details on a single screenshot for a given project.
527
+
* Returns a single screenshot belonging to the specified project. Use this to retrieve the screenshot's name, description, hosted image URL, and marker count after uploading, or before creating, updating, or inspecting its markers. The response is a synchronous, idempotent read — repeated calls return the same record without side effects. The Attachable Screenshots feature must be enabled on the account.
0 commit comments