correction url embedded resources through join tables

This commit is contained in:
Wouter Scherphof
2020-02-08 14:40:15 -05:00
committed by Steve Chavez
parent 95fccbb00f
commit f6c67ffdc1
+1 -1
View File
@@ -600,7 +600,7 @@ PostgREST can also detect relationships going through join tables. Thus you can
.. code-block:: http
GET /directors?select=films(title,year) HTTP/1.1
GET /actors?select=films(title,year) HTTP/1.1
Embedded Filters
----------------