Publishing
Unyank a release
Restore a previously yanked version.
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
data. Fields:
string
required
Version number.
boolean
required
Current yanked state.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.