Cattura CaptureCast HTTP API Documentation

speakers.updateSpeaker

Update an existing speaker

Method URL

POST speakers/{id}

Requires Authorization

null

URL Parameters

Name Type Description
id int the speaker's ID

Post/Query Parameters

Name Type Description
name string the full name of the speaker
email string the email address of the speaker
bio string the speaker's biography
credentials string the speaker's credentials
rss string a URL to the speaker's RSS feed

Example

curl 'http://'

Test Method

Parameters

Name Type
id
name
email
bio
credentials
rss

Result