Update api-wordcloud.yaml
parent
de3561744a
commit
b96efcabd8
|
@ -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."}'
|
||||
|
|
Loading…
Reference in New Issue