rozod
    Preparing search index...

    Variable patchGroupsGroupidStatusConst Api Param

    patchGroupsGroupidStatus: EndpointGeneric<
        { groupId: number },
        {
            body: string;
            created: string;
            poster: {
                buildersClubMembershipType: 0 | 1 | 2 | 3 | 4;
                displayName: string;
                hasVerifiedBadge: boolean;
                userId: number;
                username: string;
            };
            updated: string;
        },
        { message: string },
    > = ...

    PATCH https://groups.roblox.com/v1/groups/:groupId/status Sets group status body The Roblox.Groups.Api.PostGroupStatusRequest. groupId The group Id.