rozod
    Preparing search index...

    Variable postOutfitsUseroutfitidUpdateConst Api Param Description

    postOutfitsUseroutfitidUpdate: EndpointGeneric<
        { userOutfitId: number },
        Record<string, never>,
        {
            assets: {
                id: number;
                meta: {
                    order: number;
                    position: { X: number; Y: number; Z: number };
                    puffiness: number;
                    rotation: { X: number; Y: number; Z: number };
                    scale: { X: number; Y: number; Z: number };
                    version: number;
                };
            }[];
            bodyColors: {
                headColorId: number;
                leftArmColorId: number;
                leftLegColorId: number;
                rightArmColorId: number;
                rightLegColorId: number;
                torsoColorId: number;
            };
            name: string;
            outfitType: 0
            | 1
            | 2
            | 4;
            playerAvatarType: string;
            scale: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
    > = ...

    POST https://avatar.roblox.com/v2/outfits/:userOutfitId/update Updates the contents of the outfit. 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.