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-24 22:26:04 +07:00
|
|
|
Content-Length: 160
|
2024-04-24 21:57:13 +07:00
|
|
|
|
|
|
|
{
|
2024-04-24 22:26:04 +07:00
|
|
|
"name": "Sync Laptop",
|
|
|
|
"slug": "sync-l",
|
2024-04-24 21:57:13 +07:00
|
|
|
"resolution_x": 1920,
|
|
|
|
"resolution_y": 1080,
|
|
|
|
"nsfw": 1,
|
|
|
|
"aspect_ratio_tolerance": 0.2
|
|
|
|
}
|