mirror of
https://github.com/Decicus/DecAPI-Docs.git
synced 2024-11-22 08:52:31 +01:00
[Twitch] Following - Remove deprecated offset
and direction
parameters
This commit is contained in:
parent
c75530d185
commit
75b1282a5e
@ -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. <code>asc</code> or <code>desc</code>. Default: <code>desc</code>.'
|
||||
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: <code>, </code>.'
|
||||
type: "string"
|
||||
|
Loading…
Reference in New Issue
Block a user