From 48365188adb8556e3395cb3a3f20e66e42d70169 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 31 May 2023 12:33:08 -0500 Subject: [PATCH] Add redirect to many-to-many relationships from embedding through join tables --- docs/references/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/references/api.rst b/docs/references/api.rst index b253f3be8..2a6479781 100644 --- a/docs/references/api.rst +++ b/docs/references/api.rst @@ -78,6 +78,7 @@ PostgREST exposes three database objects of a schema as resources: tables, views '#embedding-disambiguation': 'api/resource_embedding.html#embedding-disambiguation', '#target-disambiguation': 'api/resource_embedding.html#target-disambiguation', '#hint-disambiguation': 'api/resource_embedding.html#hint-disambiguation', + "#embedding-through-join-tables": "api/resource_embedding.html#many-to-many-relationships", // OpenAPI '#openapi-support': 'api/openapi.html', // Resource Representation