Commit 20475322 authored by Richard Glosner's avatar Richard Glosner
Browse files

Merge branch 'COPY-e7a73f3b' into 'main'

[COPY]-docs: update openapi.yml

See merge request inject/inject-docs!135
parents d7845577 918f5b4b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ paths:
        '500':
          $ref: "#/components/responses/Error"

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