2021-10-25 00:25:39 +00:00
|
|
|
id: api-appveyor
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AppVeyor API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.appveyor.com/docs/api/
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,appveyor
|
2021-10-25 00:25:39 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-25 00:25:39 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://ci.appveyor.com/api/roles"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-25 00:25:39 +00:00
|
|
|
headers:
|
|
|
|
Content-Type: application/json
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-01 12:22:18 +00:00
|
|
|
- '"roleId":'
|
|
|
|
- '"created":'
|
2023-10-14 11:27:55 +00:00
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022015e6f1f344553fca9c4d1692f24a0f16dfd25d843ca49e5e964b62de347863e9022059f1676f4a19b82033665201e9ba232546dc2321a3469bad64e04a80191e5af2:922c64590222798bb761d5b6d8e72950
|