Update settings

POST {{HOST}}/v2/templates/<TEMPLATE_ID>/settings

Request Body

{"region"=>"eu", "recording"=>{"enabled"=>true, "upload"=>{"type"=>"s3", "location"=>"<Name of the AWS s3 bucket>", "prefix"=>"<Upload prefix path>", "options"=>{"region"=>"<region of the s3 bucket>"}, "credentials"=>{"key"=>"<access key ID for the AWS account/S3 bucket>", "secretKey"=>"<secret access key for the AWS account/S3 bucket>"}}}, "roomState"=>{"messageInterval"=>5, "sendPeerList"=>false, "stopRoomStateOnJoin"=>true, "enabled"=>false}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull