Skip to main content
POST
Unyank a release
POST https://api-datahub.octoparse.com/v1/data-apps/{app_id}/releases/{version}/unyank Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404. Inverse of yank: the version accepts new runs again and participates in latest resolution. Idempotent.

Request

Path parameters

string
required
App reference.
string
required
Version number.

Example request

Response

200 success

The payload is wrapped in data. Fields:
string
required
Version number.
boolean
required
Current yanked state.

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.