Added solved_count to listproblems endpoint

This commit is contained in:
OXYgen 2025-04-02 21:52:21 +05:00
parent 16781a4641
commit 675f5ef639

View file

@ -578,6 +578,7 @@ components:
- time_limit
- created_at
- updated_at
- solved_count
properties:
id:
type: integer
@ -596,6 +597,9 @@ components:
updated_at:
type: string
format: date-time
solved_count:
type: integer
format: int32
ListProblemsResponse:
type: object
required: