Surface/api/Reader/Trigger Scan News.bru

19 lines
208 B
Plaintext
Raw Normal View History

2025-01-26 02:12:03 +08:00
meta {
name: Trigger Scan News
type: http
seq: 1
}
post {
url: {{endpoint}}/cgi/re/admin/scan
body: json
auth: inherit
}
body:json {
{
2025-01-26 14:50:52 +08:00
"sources": ["taiwan-yahoo"],
2025-01-26 02:12:03 +08:00
"eager": true
}
}