WM31 asked
dstala replied
<@535455522435104798>, API to manage links currently is one to one. We will consider this as an enhancement request.
WM31 replied
I am trying to build a master key table to enable that I can do nesting lookup between tables
dstala replied
here in this example, I am creating linear links (one-to-one) between two tables using API. Note that I have used ‘has-many’ as link relation type.
WM31 replied
I noticed that the example is done on table creation, is there a way to do so after imports? Like do so through a REST client?
dstala replied
You will need {rowId} & {referenceRowId} :: primary key of two tables that you wish to link.
WM31 replied
This page can’t help as it don’t have the Json sample. can you use your JS sample to demo the Json content to me?
pranavxc replied
Above api doesn’t need any JSON payload instead you have to pass both row id in url path param
pranavxc replied