From 45f8d37d9a129b03f32768b5b2e8a9240e8a0e25 Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Thu, 13 Jun 2024 19:42:41 -0600 Subject: [PATCH] Remove duplicate documentation --- static/oas/v1/users/users.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/static/oas/v1/users/users.yml b/static/oas/v1/users/users.yml index ed2ca66d..f70648a9 100644 --- a/static/oas/v1/users/users.yml +++ b/static/oas/v1/users/users.yml @@ -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: