Skip to content

Commit 74085d4

Browse files
kb-keremFriggaHel
andauthored
Apply suggestions from code review
Co-authored-by: Félix P. <[email protected]>
1 parent 2486c70 commit 74085d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/visual-testing/workflows/api-lifecycle.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mutation {
5555

5656
Next, upload an image to the build. This is a two step process.
5757

58-
First, get a placeholder URL for image upload using `createSnapshotUpload`.
58+
First, obtain a signed URL for uploading your image by using the `createSnapshotUpload` mutation.
5959

6060
**GraphQL Mutation:**
6161

@@ -94,12 +94,12 @@ Next, send a `PUT` request to `uploadUrl` with image file in the body of the req
9494
curl --request PUT \
9595
--url 'upload-url-here' \
9696
--header 'Content-Type: image/png' \
97-
--data 'png-file-content'
97+
--data '@my-screenshot.png'
9898
```
9999

100100
### 3. Create Snapshot
101101

102-
After uploading an image, create a snapshot to capture the current state of the build.
102+
After uploading your image, add your snapshot and its metadata to your build.
103103

104104
**GraphQL Mutation:**
105105

@@ -134,7 +134,7 @@ mutation {
134134

135135
### 4. Finish Build
136136

137-
Finally, finish the build process to mark it as complete.
137+
Finally, finish the build to mark it as complete.
138138

139139
**GraphQL Mutation:**
140140

0 commit comments

Comments
 (0)