Redmage/rest/devices/update.http

11 lines
211 B
Plaintext
Raw Normal View History

PATCH http://localhost:8080/api/v1/devices/1 HTTP/1.1
Host: localhost:8080
Content-Type: application/json
2024-04-24 22:26:04 +07:00
Content-Length: 78
{
2024-04-24 22:26:04 +07:00
"slug": "sync-l",
"aspect_ratio_tolerance": 0.2,
"nsfw": 1
}