Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /api/places:
  2. x-swagger-router-controller: place-controller
  3. get:
  4. summary: Retrieves a list of places
  5. description: >
  6. This enpoint allows users to retrieve a complete list of places from the server
  7. operationId: retrievePlaces
  8. tags:
  9. - places
  10. responses:
  11. '200':
  12. description: List of places
  13. schema:
  14. type: object
  15. properties:
  16. data:
  17. type: array
  18. $ref: '#/definitions/Place'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement