PushToMasterRequest Data Type

Request to push a specified object from a channel into a master

Properties
name data type description
masterId number
channelId number
recursive boolean
foregroundTime number
types array of Type

Example

{
  "masterId" : 12345,
  "channelId" : 12345,
  "recursive" : true,
  "foregroundTime" : 12345,
  "types" : [ "image", "image" ]
}