Files
.github
android
api
Interactive
Nexus
Paperclip
Passport
Reader
List News Sources.bru
List News.bru
Trigger Scan News.bru
Wallet
WatchTower
environments
bruno.json
collection.bru
assets
debian
drift_schemas
ios
lib
linux
macos
snap
test
web
windows
.gitignore
.metadata
.roadsignrc
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
App/api/Reader/Trigger Scan News.bru
2025-03-15 14:53:42 +08:00

19 lines
206 B
Plaintext

meta {
name: Trigger Scan News
type: http
seq: 1
}
post {
url: {{endpoint}}/cgi/re/admin/scan
body: json
auth: inherit
}
body:json {
{
"sources": ["taiwan-pts"],
"eager": true
}
}