16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
meta {
|
|
name: Download Screenshot File
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: {{base_url}}/api/shot/:uuid/download
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{api_token}}
|
|
}
|