Skip to content

Commit

Permalink
[TM] add body to swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
egrojMonroy committed Dec 31, 2024
1 parent a974dd4 commit 50f9be7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/docs/swagger-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95465,12 +95465,16 @@ paths:
parameters:
- in: body
name: body
description: Polygon to create
required: true
description: A JSON object containing the list of UUIDs of the polygons
schema:
type: object
properties:
geometry:
type: string
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 50f9be7

Please sign in to comment.