In stream management, HTTP POST is used to create a new stream and PUT/PATCH is used to update.
Yet in stream status, POST is used to update.
Recommend for consistency supporting PUT to update the stream status. The use of POST could be deprecated to preserve backward compatibility.
This is not a big deal. But it is an inconsistency with matching CRUD operations to HTTP POST, GET, PUT, DELETE.