Redmage/rest/subreddits/create.http

10 lines
188 B
Plaintext
Raw Normal View History

2024-04-25 20:22:05 +07:00
POST http://localhost:8080/api/v1/subreddits HTTP/1.1
Host: localhost:8080
{
"name": "wallpapers",
"enable_schedule": 1,
2024-04-25 20:22:05 +07:00
"schedule": "@daily",
"countback": 300
2024-04-25 20:22:05 +07:00
}