Skip to content

Commit

Permalink
Change example for one that outputs plain text response (#2)
Browse files Browse the repository at this point in the history
Current API endpoint example does not provide a plain text response, but a JSON output, which can create some confusion to the users. 
Changed it to an actual example that returns a plain text response.
  • Loading branch information
c4ldas authored Sep 18, 2023
1 parent d6520d0 commit bc71ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chatbot/variables/customapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This variable does not take any parameters.
#### Example Input

```
$(customapi.https://api.chucknorris.io/jokes/random)
$(customapi.https://decapi.me/youtube/latest_video?id=UCjerlCIbLPQwSnYlClkjDXg)
```

#### Example Output

```
Chuck Norris brushes his teeth with a mixture of iron shavings, industrial paint remover, and wood-grain alcohol.
STREAMELEMENTS PATCH NOTES - SEPTEMBER 10, 2023 #streamelements #updates #patchnotes - https://youtu.be/-q_q37PoaM8
```

0 comments on commit bc71ed3

Please sign in to comment.