-
Notifications
You must be signed in to change notification settings - Fork 11
test problems edit api
Belikhun edited this page Mar 17, 2019
·
3 revisions
-
Permission:
admin -
Require Logged In:
true
| Field | Method | Type | Description | Required | Default |
|---|---|---|---|---|---|
| id | POST | string | ID đề | * | |
| name | POST | string | Tên đề | ||
| point | POST | number | Điểm đề | ||
| time | POST | number | Thời gian chạy của đề | ||
| inptype | POST | string | Dữ liệu vào | ||
| outtype | POST | string | Dữ liệu ra | ||
| acpt | POST | array string | Danh sách đuôi tệp chấp nhận | ||
| img | POST | file | Ảnh đính kèm | ||
| desc | POST | string | Mô tả đề | ||
| attm | POST | file | Tệp đính kèm | ||
| test | POST | array string | Danh sách test | ||
| token | POST | string | API Token | * |
{
"code": 0,
"status": 200,
"description": "Success!",
"user": "admin",
"data": [],
"runtime": 0.05415487289428711
}