diff --git a/src/main/resources/openapi3.yml b/src/main/resources/openapi3.yml index 42664fb4..f4fd7c05 100644 --- a/src/main/resources/openapi3.yml +++ b/src/main/resources/openapi3.yml @@ -649,7 +649,7 @@ components: - nire: Negated Insensitive Regular Expression - bbi: Bounding box intersecting objects (ex., a street that is only partially covered by the box). Syntax? See below. - bbc: Bounding box containing objects (ex., a station or street, that is completely covered by the box). Syntax? See below. - - dlt: Within distance (in meters) from point. Syntax? See below. + - dlt: Within distance (in meters) from point. [Learn more and see examples](https://github.com/noi-techpark/odh-docs/wiki/Time-series-API-filter-operators#dlt-operator) - in: True, if the value of the alias can be found within the given list. Example: name.in.(Peter,Patrick,Rudi) - nin: False, if the value of the alias can be found within the given list. Example: name.nin.(Peter,Patrick,Rudi)