Updating a Meeting live stream status fails incorrectly

I have a PMI based meeting started.

{"uuid":"Rugug2svT0WPq4Fks61vHA==","id":***********,"host_id":"_jneLUhhQTmF09bdksDaiQ","topic":"Test PMI 3","type":2,"status":"started","start_time":"2020-04-29T18:00:00Z"

I go to update that meeting stream:
https://api.zoom.us/v2/meetings/87255891636/livestream/status

I get a 400 response with
{"code":4927,"message":"Meeting 87,255,891,636 has not started."}

Note I am able to set these stream successfully:
https://api.zoom.us/v2/meetings/87255891636/livestream

*This post has been edited to remove any meeting / webinar IDs

Hey @jimig,

What are you sending as the request body?

Thanks,
Tommy

We are sending a json PATCH

{"action":"start","settings":{"active_speaker_name":true,"display_name":"xxx"}}

Thanks @jimig,

Is the meeting and livestream currently running when you are trying to update it?

Thanks,
Tommy