programma-group/starter-mongo

View on GitHub
src/docs/user.yaml

Summary

Maintainability
Test Coverage
paths:
  /profile/:
    get:
      security:
        - Bearer: []
      tags:
        - User profile
      summary: gets the user profile
      produces:
      - application/json
      parameters:
      - in: body
        name: sign up
        description: It gets the current user profile
        required: false
      responses:
        201:
          description: An object with user details
        401:
          $ref: '#/components/responses/UnauthorizedError'