rozod
    Preparing search index...

    Variable postOutfitsUseroutfitidUpdateConst Api Param Description

    postOutfitsUseroutfitidUpdate: EndpointGeneric<
        { userOutfitId: number },
        { success: boolean },
        {
            assetIds: number[];
            bodyColors: {
                headColorId: number;
                leftArmColorId: number;
                leftLegColorId: number;
                rightArmColorId: number;
                rightLegColorId: number;
                torsoColorId: number;
            };
            name: string;
            outfitType: 0
            | 1
            | 2
            | 3;
            playerAvatarType: string;
            scale: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
    > = ...

    POST https://avatar.roblox.com/v1/outfits/:userOutfitId/update Updates the contents of the outfit. Deprecated. There are no calls to this API body The updated outfit userOutfitId The user outfit id. Fails if the user does not own any of the assetIds or if they are not wearable asset types.