Added solved_count to listproblems endpoint
This commit is contained in:
parent
16781a4641
commit
675f5ef639
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue