Skip to content

Commit

Permalink
add dlt docs to swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmay authored Nov 7, 2024
1 parent 4049595 commit e3747db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/openapi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e3747db

Please sign in to comment.