Performs the equivalent of a roll-back of an action to an earlier, specified version. Creates a new, deployed action version that is identical to the specified version. If this action is currently bound to a trigger, the system will begin executing the newly-created version immediately.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of an action version.
The ID of an action.
True if the draft of the action should be updated with the reverted version.
Request to create action version was accepted.
The unique id of an action version.
The id of the action to which this version belongs.
The source code of this specific version of the action.
The list of third party npm modules, and their versions, that this specific version depends on.
Indicates if this specific version is the currently one deployed.
The Node runtime. For example: node22
The list of secrets that are included in an action or a version of an action.
The build status of this specific version.
pending, building, packaged, built, retrying, failed The index of this version in list of versions for the action.
Any errors that occurred while the version was being built.
The action to which this version belongs.
The time when this version was built successfully.
The time when this version was created.
The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.
The list of triggers that this version supports. At this time, a version can only target a single trigger at a time.
1The list of action modules and their versions used by this action version.