Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.17 KB

File metadata and controls

13 lines (9 loc) · 1.17 KB

StepLogUrl

The request URL data

Fields

Field Type Required Description Example
url JsonNullable<String> The request URL https://example.com/api/v1/resource
hostname JsonNullable<String> The request URL hostname example.com
path JsonNullable<String> The request path /api/v1/resource
queryParams Map<String, Object> The request query parameters {
"page": 1,
"limit": 10
}