Verified Commit e7a73f3b authored by Richard Glosner's avatar Richard Glosner
Browse files

docs: update openapi.yml

parent 46fabea6
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -166,7 +166,7 @@ paths:
        '500':
        '500':
          $ref: "#/components/responses/Error"
          $ref: "#/components/responses/Error"


  /running_exercise/get_exercise_logs/{exercise_id}:
  /exercise/{exercise_id}/logs:
    get:
    get:
      tags:
      tags:
        - get_exercise_logs
        - get_exercise_logs
@@ -330,6 +330,8 @@ paths:
                  type: string
                  type: string
                password:
                password:
                  type: string
                  type: string
                repeat_password:
                  type: string
                first_name:
                first_name:
                  type: string
                  type: string
                last_name:
                last_name:
@@ -337,6 +339,7 @@ paths:
              required:
              required:
                - username
                - username
                - password
                - password
                - repeat_password
                - first_name
                - first_name
                - last_name
                - last_name
      responses:
      responses: