1, and numbers are monotone and never reused. Activating a version does not delete older ones — they stay in history so you can re-read or re-activate a prior version.
All examples use the storefront base URL:
Authorization: Bearer $SCOPE3_API_KEY.
Task reference
List versions
GET /operating-instructions — every version, newest firstCreate version
POST /operating-instructions — author a new versionGet active version
GET /operating-instructions/active — the version in force nowGet a version
GET /operating-instructions/{version} — one version by numberActivate version
POST /operating-instructions/{version}/activate — swap the active pointer