Group: {
groupid: null | string;
id: string;
links: { html?: string | undefined; };
name: string;
organization: null | Object;
public: boolean;
scoped: boolean;
scopes?: null | {
enforced: boolean;
uri_patterns: string[];
};
type: "private" | "open" | "restricted";
}
Type declaration
-
groupid: null | string
-
id: string
-
links: { html?: string | undefined; }
-
name: string
-
organization: null | Object
-
public: boolean
-
scoped: boolean
-
Optional
scopes?: null | {
enforced: boolean;
uri_patterns: string[];
}
-
type: "private" | "open" | "restricted"
See
group: https://github.com/shawninder/h/blob/main/docs/_extra/api-reference/schemas/group.yaml