Skip to content

Commit

Permalink
Merge pull request #195 from DaffoDyl/main
Browse files Browse the repository at this point in the history
  • Loading branch information
josarlo84 authored Jun 19, 2024
2 parents c9613cb + 4c5f002 commit 8e5ad77
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions static/oas/v1/users/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,6 @@ paths:
$ref: '#/schemas/UserCreationResponse'
400:
$ref: "../common/errors.yml#/components/responses/BadRequest"
get:
tags:
- Users
summary: User by credentials
description: Get User details by email and password
parameters:
- name: email
in: path
required: true
schema:
type: string
- name: password
in: path
required: true
schema:
type: string
responses:
200:
description: The response body should contain the user details
content:
application/json:
schema:
$ref: '#/schemas/User'
400:
$ref: "../../common/errors.yml#/components/responses/BadRequest"

# made the input schema follow the same format as the database table for users. I also removed fields that would be populated by the server.
schemas:
Expand Down

0 comments on commit 8e5ad77

Please sign in to comment.