Skip to main content
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

The payload is wrapped in data. Fields:
integer
必須
Number of apps successfully updated.
object[]
必須
Per-app processing result.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.