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/
|
2021-10-25 00:25:39 +00:00
|
|
|
tags: token-spray,appveyor
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://ci.appveyor.com/api/roles"
|
|
|
|
headers:
|
|
|
|
Content-Type: application/json
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-01 12:22:18 +00:00
|
|
|
- '"roleId":'
|
|
|
|
- '"created":'
|
|
|
|
condition: and
|