Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 355 Bytes

GETLAST.md

File metadata and controls

18 lines (15 loc) · 355 Bytes

universal.getLast

Retorna el último documento insertado en una colleciton.

  /cars/getlast:
    get:
      tags:
        - cars
      summary: return the last car added
      x-swagger-router-controller: universal.getLast
      responses:
        '200':
          description: car
          schema:
            $ref: '#/definitions/car'