Display the list of family users
This commit is contained in:
@ -26,7 +26,7 @@ export class APIClient {
|
||||
*/
|
||||
static async exec(args: {
|
||||
uri: string;
|
||||
method: "GET" | "POST" | "DELETE";
|
||||
method: "GET" | "POST" | "DELETE" | "PATCH";
|
||||
allowFail?: boolean;
|
||||
jsonData?: any;
|
||||
}): Promise<APIResponse> {
|
||||
|
Reference in New Issue
Block a user