rozod
    Preparing search index...

    Variable postAssetsAssetIdRestoreConst Api Param Description

    postAssetsAssetIdRestore: EndpointGeneric<
        { assetId: string },
        {
            assetId: number;
            assetType: string;
            creationContext: {
                creator: { groupId: number; userId: number };
                expectedPrice: number;
            };
            description: string;
            displayName: string;
            icon: string;
            moderationResult: { moderationState: string };
            path: string;
            previews: { altText: string; asset: string }[];
            revisionCreateTime: string;
            revisionId: string;
            socialLink: { title: string; uri: string };
            state: "Unspecified" | "Active" | "Archived";
        },
        undefined,
    > = ...

    POST https://apis.roblox.com/cloud/v1/assets/:assetId:restore Restores an archived asset. assetId The unique identifier of the asset. Restores an archived asset.