You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ class ContactResource < JSONAPI::Resource
280
280
end
281
281
```
282
282
283
-
Then a request could pass in a filter for example `http://example.com/contacts?filter[last_name]=Smith` and the system will find all people where the last name exactly matches Smith.
283
+
Then a request could pass in a filter for example `http://example.com/contacts?filter[name_last]=Smith` and the system will find all people where the last name exactly matches Smith.
0 commit comments