rozod
    Preparing search index...

    Variable patchOutfitsUseroutfitidConst Api Param Description

    patchOutfitsUseroutfitid: EndpointGeneric<
        { userOutfitId: number },
        { id: number; isEditable: boolean; name: string; outfitType: string },
        {
            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;
            };
        },
    > = ...

    PATCH https://avatar.roblox.com/v2/outfits/:userOutfitId Updates the contents of an 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. Accepts partial updates.