rozod
    Preparing search index...

    Variable postGroupsGroupidRelationshipsGrouprelationshiptypeRelatedgroupidConst Api Param

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

    POST https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/:relatedGroupId Create a group relationship. groupId The group id. groupRelationshipType The group relationship type, enemies or allies. relatedGroupId The id of the group you want to create a relationship with.