diff --git a/resources/docs/swagger-v2.yml b/resources/docs/swagger-v2.yml index 8534ff36..2a10f498 100644 --- a/resources/docs/swagger-v2.yml +++ b/resources/docs/swagger-v2.yml @@ -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