rozod
    Preparing search index...

    Variable patchOutfitsUseroutfitidConst Api Param Description

    patchOutfitsUseroutfitid: EndpointGeneric<
        { "Roblox-Place-Id"?: number; userOutfitId: number },
        { id: number; isEditable: boolean; name: string; outfitType: string },
        {
            assets: {
                id: number;
                meta: {
                    headShape:
                        | 0
                        | 1
                        | 2
                        | 3
                        | 4
                        | 5
                        | 6
                        | 7
                        | 8
                        | 9
                        | 10
                        | 11
                        | 12
                        | 13
                        | 14
                        | 15
                        | 16
                        | 17
                        | 18
                        | 19
                        | 20
                        | 21
                        | 22
                        | 23
                        | 24
                        | 25
                        | 26
                        | 27
                        | 28
                        | 29;
                    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;
                };
            }[];
            bodyColor3s: {
                headColor3: string;
                leftArmColor3: string;
                leftLegColor3: string;
                rightArmColor3: string;
                rightLegColor3: string;
                torsoColor3: string;
            };
            name: string;
            outfitType: 0
            | 1
            | 2
            | 4
            | 5;
            playerAvatarType: string;
            scale: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
    > = ...

    PATCH https://avatar.roblox.com/v3/outfits/:userOutfitId Updates the contents of an outfit. body The updated outfit. userOutfitId The user outfit id. Roblox-Place-Id Fails if the user does not own any of the assetIds or if they are not wearable asset types. Accepts partial updates.