Cattura CaptureCast HTTP API Documentation

scheduler.updateEvent

Update a scheduled capture

Method URL

POST scheduler/{id}

Requires Authorization

null

URL Parameters

Name Type Description
id string the id of the scheduled capture

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
tags list list of tags

Example

curl 'http://'

Test Method

Parameters

Name Type
id
presentationTitle
template
speaker
duration
startTime
tags

Result