rozod
    Preparing search index...

    Variable postGroupsGroupidBlockedKeywordsConst Api Param

    postGroupsGroupidBlockedKeywords: EndpointGeneric<
        { groupId: number },
        {
            createdKeywords: {
                createdAt: string;
                createdBy: number;
                id: string;
                isPrivate: boolean;
                keyword: string;
                updatedAt: string;
            }[];
            hadDuplicateKeywords: boolean;
            hadModeratedKeywords: boolean;
        },
        { isPrivate: boolean; keywords: string },
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/blocked-keywords Adds new blocked keyword(s) to the specified Group. body groupId