Kaltura API

baseentryflag
Description:
Flag inappropriate entry for moderation.
Input Params
Name Type Description Required Default Value
moderationFlag KalturaModerationFlag V
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/flag
JSON object:
				
{ moderationFlag: { objectType: "KalturaModerationFlag", flaggedEntryId: "value", flaggedUserId: "value", comments: "value", flagType: value } }