18 lines
240 B
Plaintext
Raw Normal View History

2025-02-18 09:30:49 +01:00
meta {
name: List
type: http
seq: 1
}
get {
url: {{host}}/{{project}}/_apis/build/builds?api-version={{ver}}&definitions=14&$top=1
body: none
auth: inherit
}
params:query {
api-version: {{ver}}
definitions: 14
$top: 1
}