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 - time_limit
- created_at - created_at
- updated_at - updated_at
- solved_count
properties: properties:
id: id:
type: integer type: integer
@ -596,6 +597,9 @@ components:
updated_at: updated_at:
type: string type: string
format: date-time format: date-time
solved_count:
type: integer
format: int32
ListProblemsResponse: ListProblemsResponse:
type: object type: object
required: required: