POST api/SetFollower
Request Information
URI Parameters
None.
Body Parameters
FollowerName | Description | Type | Additional information |
---|---|---|---|
channel_id | integer |
None. |
|
is_follower | boolean |
None. |
|
token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "channel_id": 1, "is_follower": true, "token": "sample string 3" }
application/xml, text/xml
Sample:
<Follower xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <token>sample string 3</token> <channel_id>1</channel_id> <is_follower>true</is_follower> </Follower>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.