Redmage/rest/devices/update.http

8 lines
132 B
Plaintext
Raw Normal View History

PATCH http://localhost:8080/api/v1/devices/1 HTTP/1.1
Host: localhost:8080
Content-Type: application/json
{
"nsfw": 0
}