Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Dec 10, 2024
1 parent bf98294 commit 483e0be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ responses:
properties:
uuids:
type: array
description: A list of processed polygons
items:
type: string
description: A list of processed polygons
4 changes: 3 additions & 1 deletion resources/docs/swagger-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99398,7 +99398,9 @@ paths:
properties:
uuids:
type: array
description: A list of processed polygons
items:
type: string
description: A list of processed polygons
'/v2/indicators/{entity}/{uuid}':
get:
operationId: get-v2-indicators-polygon-indicator-status
Expand Down

0 comments on commit 483e0be

Please sign in to comment.