rozod
    Preparing search index...

    Variable postAssetsAssetIdVersionsRollbackConst Api Param Description

    postAssetsAssetIdVersionsRollback: EndpointGeneric<
        { assetId: string },
        {
            creationContext: {
                creator: { groupId: number; userId: number };
                expectedPrice: number;
            };
            moderationResult: { moderationState: string };
            path: string;
        },
        { assetVersion: string },
    > = ...

    POST https://apis.roblox.com/cloud/v1/assets/:assetId/versions:rollback Rollback an asset to a previous version. body assetId The unique identifier of the asset. Rollback an asset to a specific previous version.

    Provide the asset version path in the form data.