You are currently viewing 'Update Stream URL By Game ID ' page



Usage

POST /Schedule/UpdateStreamURL

Content-Type

application/json

Description

Update the stream URL and start time by Game GUID.

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". When posting data in the body of the request, the Content-Type must be set to application/x-www-form-urlencoded. "Success" response is returned for a successful update.

Example

Type Name Required Note
String Rank1_Event_Id YES A valid game GUID
String Stream_URL YES
String Start_Time YES Valid datetime format
Sample Request Body:

{
"Rank1_Event_Id": "50da2fb2-cabd-4826-9cd2-7d0db36fcea8",
"Stream_URL": "https://yahoo.com/",
"Start_Time": "8/6/2021 18:00:00"
}