Create a webinar template
POST {{baseUrl}}/users/:userId/webinar_templates
Use this API to create a webinar template from an existing webinar.
Scopes:
webinar:write:admin
,
webinar:write
Rate Limit Label
:
Medium
Request Body
{"webinar_id"=>"<long>", "name"=>"<string>", "save_recurrence"=>false, "overwrite"=>false}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}