From 808e14662e7a6aec76122e7f5e967ad99a8c3e13 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 27 May 2022 10:11:11 +0530 Subject: [PATCH] Update api-flickr.yaml --- token-spray/api-flickr.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/token-spray/api-flickr.yaml b/token-spray/api-flickr.yaml index 3a3045b811..20beaa54a4 100644 --- a/token-spray/api-flickr.yaml +++ b/token-spray/api-flickr.yaml @@ -10,16 +10,15 @@ info: self-contained: true requests: - - raw: - - | - GET https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}} HTTP/1.1 + - method: GET + path: + - "https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}}" - matchers-condition: and matchers: - type: word part: body words: - - 'photo id' - 'secret' - 'owner' - 'username' + condition: and