Redmage/rest/devices/update.http

10 lines
188 B
Plaintext
Raw Normal View History

PATCH http://localhost:8080/api/v1/devices/1 HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Content-Length: 55
{
"aspect_ratio_tolerance": 0.2,
"nsfw": 1
}