Rolls back an Actions Module’s draft to a previously created version. This action copies the code, dependencies, and secrets from the specified version into the current draft.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique ID of the module to roll back.
The unique ID of the module version to roll back to.
The rollback was successful.
The unique ID of the module.
The name of the module.
The source code from the module's draft version.
The npm dependencies from the module's draft version.
The secrets from the module's draft version (names and timestamps only, values never returned).
The number of deployed actions using this module.
Whether all draft changes have been published as a version.
The version number of the latest published version. Omitted if no versions have been published.
Timestamp when the module was created.
Timestamp when the module was last updated.
The latest published version as a reference object. Omitted if no versions have been published.