rozod
    Preparing search index...

    Variable postAssetsAssetIdVersionsRollbackConst Param

    postAssetsAssetIdVersionsRollback: EndpointGeneric<
        { assetId: string },
        {
            creationContext: {
                assetPrivacy: "default" | "restricted" | "openUse";
                creator: { groupId: number; userId: number };
                expectedPrice: number;
            };
            moderationResult: { moderationState: string };
            path: string;
            published: boolean;
        },
        { assetVersion: string },
    > = ...

    Rollback Asset Version · BETA

    Rollback an asset to a specific previous version.

    Provide the asset version path in the form data.

    Scopes: asset:read, asset:write

    body assetId The unique identifier of the asset.