Skip to content

Commit

Permalink
Fix lastId parameter in openapi.yaml (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
nin2h authored Dec 17, 2024
1 parent 240a511 commit 7ffc634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ paths:
summary: Vráti zoznam správ od určeného ID
description: Vráti zoznam správ od poslednej synchronizácie, t.j. od posledného prijatého ID. Určené na synchronizáciu do iných alpikácií. Počet správ vrátený v jednom volaní je obmedzený na 200
parameters:
- name: lastId
- name: last_id
in: query
schema:
type: integer
Expand Down

0 comments on commit 7ffc634

Please sign in to comment.