refactor(api): remove limit and offsetID parameters from GET /trainings
This commit is contained in:
parent
05cde5057a
commit
dcd0b4ef4f
1 changed files with 0 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue