Skip to content

Commit

Permalink
fix: swagger API request examples for reports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 31, 2022
1 parent 0ccc25f commit b3104b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workers/ohsome_quality_analyst/api/request_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class ReportDatabase(BaseReport, BaseDatabase):
"value": {
"name": "BuildingReport",
"dataset": "regions",
"featureId": 3,
"featureId": 12,
"fidField": "ogc_fid",
"includeSvg": False,
"includeHtml": False,
Expand All @@ -311,7 +311,7 @@ class ReportDatabase(BaseReport, BaseDatabase):
"Custom AOI": {
"summary": "Request a Report for a custom AOI (`bpolys`).",
"value": {
"name": "BuildingReport",
"name": "MultilevelMappingSaturation",
"bpolys": {
"type": "Feature",
"geometry": {
Expand Down

0 comments on commit b3104b9

Please sign in to comment.