Skip to content

Commit

Permalink
[TM] fix swagger body
Browse files Browse the repository at this point in the history
  • Loading branch information
egrojMonroy committed Dec 31, 2024
1 parent 2c2c235 commit a974dd4
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ summary: Get criteria data validation results for multiple polygons
parameters:
- in: body
name: body
description: Polygon to create
required: true
description: A JSON object containing the list of UUIDs of the polygons
schema:
$ref: '../../definitions/_index.yml#/GeometryString'
type: object
properties:
uuids:
type: array
description: A list of UUIDs of the polygons
items:
type: string
responses:
'200':
description: Successful response
Expand Down

0 comments on commit a974dd4

Please sign in to comment.