Skip to main content
POST
Batch update settings
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[]
required
object
required

Example request

Response

200 success

The payload is wrapped in data. Fields:
integer
required
Number of apps successfully updated.
object[]
required
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.