rozod
    Preparing search index...

    Variable postRenameGroupConversationConst Api Param

    postRenameGroupConversation: EndpointGeneric<
        {},
        {
            conversationTitle: string;
            resultType: "Success"
            | "Moderated"
            | "TextTooLong";
            statusMessage: string;
            title: { isDefaultTitle: boolean; titleForViewer: string };
        },
        { conversationId: number; newTitle: string },
    > = ...

    POST https://chat.roblox.com/v2/rename-group-conversation Renames the title of an existing conversation body