Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グループを更新したいので、put メソッドを使用して json pe {"admin":1,"user":0} を送信します。
$response = $this->_client->put("http://10.10.10.10.xip.io/groups/29")->send();
URLに追加しようとしましたが、うまくいきませんでした。バックエンドでそれをつかむことができないようです。バックにLaravelを使用していることを覚えておいてください。よろしくお願いします。