Logo
API_DOC API Documentation

Update settings

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
null




RESPONSES

status





Curl
curl -X POST 'https://api.100ms.live/v2/templates/<TEMPLATE_ID>/settings' -H 'Authorization: ' -d '{"region":"eu","recording":{"enabled":true,"upload":{"type":"s3","location":"\u003cName of the AWS s3 bucket\u003e","prefix":"\u003cUpload prefix path\u003e","options":{"region":"\u003cregion of the s3 bucket\u003e"},"credentials":{"key":"\u003caccess key ID for the AWS account/S3 bucket\u003e","secretKey":"\u003csecret access key for the AWS account/S3 bucket\u003e"}}},"roomState":{"messageInterval":5,"sendPeerList":false,"stopRoomStateOnJoin":true,"enabled":false}}'

ENDPOINTS