rozod
    Preparing search index...

    Variable postAudioConst Api Param

    postAudio: EndpointGeneric<
        {},
        { Id: number; Name: string },
        {
            assetPrivacy: 1 | 2;
            estimatedDuration: number;
            estimatedFileSize: number;
            file: string;
            groupId: number;
            name: string;
            paymentSource: string;
        },
    > = ...

    POST https://publish.roblox.com/v1/audio Published an audio file and returns the new asset info. body The file upload request body. Roblox.Publish.Api.UploadAudioRequest