Publishing
設定一括更新
複数 App に同一設定パッチを適用 — クラスタ一括の停止/再開。
POST
設定一括更新
POST https://api-datahub.octoparse.com/v1/data-apps/batch/settings
Authentication: API key required (Authorization: Bearer <API Key>).
Reversible operational switches for a cluster of apps: when upstream changes or rate-limits hit, pause every related app once with the same pause_message, then restore once they are fixed; bulk visibility changes work the same way (pair with batch grants: fill the list first, then switch to shared). Field semantics match the single-app settings endpoint exactly; this endpoint only applies one patch to many apps.
Request
Request body
string[]
必須
—
object
必須
—
Example request
Response
200 success
data. Fields:
integer
必須
Number of apps successfully updated.
object[]
必須
Per-app processing result.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.