Update Video Settings For The Given Camera

PUT {{baseUrl}}/devices/:serial/camera/video/settings

Update video settings for the given camera #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: externalRtspEnabled| boolean| Boolean indicating if external rtsp stream is exposed

Supports Action Batches

ResourceOperation
/devices/{serial}/camera/video/settingsupdate

Request Body

{"externalRtspEnabled"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;externalRtspEnabled&quot;:true,&quot;rtspUrl&quot;:&quot;rtsp://10.0.0.1:9000/live&quot;}