Cattura CaptureCast HTTP API Documentation

scheduler.updateEventGroup

Update a group of captures

Method URL

POST scheduler/groups/{id}

Requires Authorization

null

URL Parameters

Name Type Description
id string the id of the event group

Post/Query Parameters

Name Type Description
presentationTitle string the title of the presentation
template string the id or name of the template to use
speaker string the id or name of the speaker to use
duration int the length of the capture, in minutes
startTime int the time to start the capture, expressed as milliseconds since the Unix epoch
recurrenceEnd int the date at which to stop scheduling, expressed as milliseconds since the Unix epoch
days string a list of days (0-6, Monday-Sunday) as a comma-separated string
tags list list of tags

Example

curl 'http://'

Test Method

Parameters

Name Type
id
presentationTitle
template
speaker
duration
startTime
recurrenceEnd
days
tags

Result