⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
id in both the URL path and the JSON request body.state, only state (plus IDs) is returned.ipv4/port, those are returned.curl --location --request PATCH '/api/v1/streams/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"actor_id": 0,
"port": 22345,
"ipv4": {
"octet1": 192,
"octet2": 168,
"octet3": 1,
"octet4": 25
},
"state": 1
}'{
"id": 1,
"actor_id": 0,
"state": 1,
"ipv4": {
"octet1": 192,
"octet2": 168,
"octet3": 1,
"octet4": 25
},
"port": 22345
}