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
|
- 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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue