UNPKG

kiolyn-api-specs

Version:
23 lines (22 loc) 520 B
/places: get: tags: - maps description: return list of areas matching with google map auto complete api operationId: listPlaces parameters: - name: place in: query required: true description: the place to search for schema: type: string responses: 200: description: list of places content: application/json: schema: type: array items: $ref: '#/components/schemas/Place'