Community
Storage for community details.
export interface TableCommunity
{
id?: number;
uuid: string;
created_at: number;
updated_at?: number;
last_sync_at?: number;
name: string;
internal_note?: string;
image_path?: string;
}Get all available communities
Get community by ID
Path Parameters
Name
Type
Description
Create/Edit community by uuid
Request Body
Name
Type
Description
Delete community by uuid
Query Parameters
Name
Type
Description
Last updated