Compare commits
3 commits
02a0010431
...
f00483d24a
Author | SHA1 | Date | |
---|---|---|---|
f00483d24a | |||
2364d54ccc | |||
675f5ef639 |
1 changed files with 5 additions and 0 deletions
|
@ -578,6 +578,7 @@ components:
|
|||
- time_limit
|
||||
- created_at
|
||||
- updated_at
|
||||
- solved_count
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
@ -596,6 +597,10 @@ 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