rozod
    Preparing search index...

    Variable postGroupsGroupidRelationshipsGrouprelationshiptypeRequestsRelatedgroupidConst Api Param

    postGroupsGroupidRelationshipsGrouprelationshiptypeRequestsRelatedgroupid: EndpointGeneric<
        {
            groupId: number;
            groupRelationshipType: string;
            relatedGroupId: number;
        },
        Record<string, never>,
        undefined,
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/requests/:relatedGroupId Accepts a group relationship request. groupId The group id. groupRelationshipType The group relationship type, enemies or allies, only allies are supported. relatedGroupId The id of the group you want to accept the relationship request with.