Update api-wordcloud.yaml

patch-1
Prince Chaddha 2021-12-02 12:56:33 +05:30 committed by GitHub
parent de3561744a
commit b96efcabd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ self-contained: true
requests:
- raw:
- |
POST /v1/textToCloud HTTP/1.1
POST https://textvis-word-cloud-v1.p.rapidapi.com/v1/textToCloud HTTP/1.1
Host: textvis-word-cloud-v1.p.rapidapi.com
content-type: application/json
x-rapidapi-host: textvis-word-cloud-v1.p.rapidapi.com
@ -36,9 +36,10 @@ requests:
"language": "en",
"uppercase": false
}
matchers:
- type: word
part: body
negative: true
words:
- '"message": "You are not subscribed to this API."'
- '{"message":"You are not subscribed to this API."}'