Closed gitaccxz closed 3 years ago
now only PUT and POST requests has body data.
在 2021年11月6日,23:21,gitaccxz @.***> 写道:
This is my json post data
{"user": {"profile_attributes": {"one_liner": "'.$title.'"}}} i am trying like this but not working:
$request->setJsonBody(['user' => ['profile_attributes' => ['one_liner' => $title]]]); — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
No PATCH request data. Plz add it
i added it. Thanks
Its
PATCH
request.This is my json post data
i am trying like this but not working: