The Relay json response from the API has an alias property. The WorkspaceRelays json response contains an array of elements that have a property called name.
In the database, the relay table has a name field but no alias field.
I think the Relay response should have its alias property renamed to name.
The
Relay
json response from the API has analias
property. TheWorkspaceRelays
json response contains an array of elements that have a property calledname
.In the database, the
relay
table has aname
field but noalias
field.I think the
Relay
response should have itsalias
property renamed toname
.