diff --git a/api/openapi.yaml b/api/openapi.yaml index 868293b..0dc558f 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -22,23 +22,6 @@ paths: operationId: listTrainings tags: - Trainings - parameters: - - name: limit - in: query - description: Maximum number of trainings to return - required: false - schema: - type: integer - minimum: 1 - maximum: 100 - default: 10 - - name: offsetID - in: query - description: ID of the training to start from - required: false - schema: - type: integer - minimum: 1 responses: "200": $ref: "#/components/responses/ListTrainingsResponse"