Skip to content

Commit

Permalink
fix example request
Browse files Browse the repository at this point in the history
  • Loading branch information
otothea committed Jul 27, 2022
1 parent a9b1187 commit 4ea7868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/loyalty/documentation/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Field Type Description
.. code-block:: js
const response = await axios.get('https://botisimo.com/api/v1/loyalty/:team/user/profile/twitch', {
const response = await axios.delete('https://botisimo.com/api/v1/loyalty/:team/user/profile/twitch', {
headers: {
'x-user-auth-token': 'xxxxxxx',
},
Expand Down

0 comments on commit 4ea7868

Please sign in to comment.