Wowza Community

Change a specific property value for an application

Hi guys. Through the rest api can i access a value of a specific property and change it?
Do I have to get everything with GET, save all the json, change the value of the property and then with PUT submit all the json?
Isn’t there a way to directly access that property?

Some operations may support PATCH so that you can update a single value instead of the entire object but you’ll have to check the documentation and REST API reference for that:

https://www.wowza.com/docs/how-to-access-documentation-for-wowza-streaming-engine-rest-api

Maybe it helps if you can tell which property you want to update …