2024-04-24 21:57:13 +07:00
|
|
|
POST http://localhost:8080/api/v1/devices HTTP/1.1
|
|
|
|
Host: localhost:8080
|
|
|
|
Content-Type: application/json
|
2024-04-27 15:16:14 +07:00
|
|
|
Content-Length: 211
|
2024-04-24 21:57:13 +07:00
|
|
|
|
|
|
|
{
|
2024-04-27 15:16:14 +07:00
|
|
|
"name": "S20FE",
|
|
|
|
"slug": "s20fe",
|
|
|
|
"resolution_x": 1080,
|
|
|
|
"resolution_y": 2400,
|
2024-04-24 21:57:13 +07:00
|
|
|
"nsfw": 1,
|
2024-04-26 22:13:04 +07:00
|
|
|
"aspect_ratio_tolerance": 0.2,
|
2024-04-27 15:16:14 +07:00
|
|
|
"enable": 1,
|
|
|
|
"min_x": 1080,
|
|
|
|
"min_y": 2400
|
2024-04-24 21:57:13 +07:00
|
|
|
}
|