rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceIdConst Api Param Description

    patchCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceId: EndpointGeneric<
        {
            instance_id: string;
            place_id: string;
            universe_id: string;
            updateMask?: string;
        },
        {
            done: boolean;
            error: { code: number; details: { "@type": string }[]; message: string };
            metadata: { "@type": string };
            path: string;
            response: { "@type": string };
        },
        {
            engineInstance: {
                Details: {
                    Folder: Record<string, never>;
                    LocalScript: {
                        Enabled: boolean;
                        RunContext: "Plugin" | "Legacy" | "Server" | "Client";
                        Source: string;
                    };
                    ModuleScript: { Source: string };
                    Script: {
                        Enabled: boolean;
                        RunContext: "Plugin" | "Legacy" | "Server" | "Client";
                        Source: string;
                    };
                };
                Id: string;
                Name: string;
                Parent: string;
            };
            hasChildren: boolean;
            path: string;
        },
    > = ...

    PATCH https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/instances/:instance_id Update Instance body universe_id The universe ID. place_id The place ID. instance_id The instance ID. updateMask The list of fields to update. Updates an instance's property data.

    When updating a Script instance's source property, the maximum supported property size is 200,000 bytes after UTF-8 encoding.