diff --git a/public/static/yaml/endpoints/twitch.yaml b/public/static/yaml/endpoints/twitch.yaml
index 6bfd7a9..a7e24d0 100644
--- a/public/static/yaml/endpoints/twitch.yaml
+++ b/public/static/yaml/endpoints/twitch.yaml
@@ -95,15 +95,9 @@ endpoints:
- name: ":user"
description: 'The username of the user you wanna get the "following" channels from.'
qs:
- - name: "direction"
- description: 'The direction to retrieve channels in. asc
or desc
. Default: desc
.'
- type: "string"
- name: "limit"
description: 'Specifies the max amount of channels listed per request. Minimum: 1. Maximum: 100. Default: 25.'
type: "int"
- - name: "offset"
- description: 'Specifies the amount to offset by in terms of pagination. Default: 0.'
- type: "int"
- name: "separator"
description: 'Specifies the separator used when listing channel names. Default: ,
.'
type: "string"