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
Describe the bug
The API documentation for node/property-values states that the default for "direction" is "up". This is incorrect and the behavior is that the default (when direction is unspecified or empty) is bi-directional.
Describe the bug
The API documentation for node/property-values states that the default for "direction" is "up". This is incorrect and the behavior is that the default (when direction is unspecified or empty) is bi-directional.
To Reproduce
API documentation: https://endpointsportal.datacommons.org/docs/api.datacommons.org/g/routes/node/property-values/get
Current behavior (bi-directional): https://api.datacommons.org/node/property-values?dcids=geoId/06085&valueType=City&property=containedInPlace&limit=1&direction
Expected behavior
Documentation should state that direction="" or unspecified means the query looks in both directions.
The text was updated successfully, but these errors were encountered: