YII2 PUT param

Hi,

I have some problem with restAPI. When I try use PUT with json param then Yii::$app->request->getBodyParams() return empty string.

When I do the same request with PATCH params are return correct. Any ideas ?