SetUserLiveChannelTag

From Gvp-public
Jump to navigation Jump to search

Description

Sets (or "unsets") a user tag (a tag type can be something like "Favorite", "Watched", "Locked", etc.) to a Live Channel

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.
  • liveChannelId (int, required)
Live Channel ID
  • tagType (TagType enum (int), required)
Tag type ID
  • value (bool, required)
Set tag type to true/false


Returns

Returns a JSON object the operation result.

Example:

{

"StatusMessage": "OK",
"Content": true

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also