Redmage/rest/subreddits/create.http

11 lines
211 B
HTTP

POST http://localhost:8080/api/v1/subreddits HTTP/1.1
Host: localhost:8080
Content-Length: 109
{
"name": "animemidriff",
"enable_schedule": 1,
"schedule": "@daily",
"countback": 300
}