Updates
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ type Param = {
|
||||
folder?: string;
|
||||
isPrivate?: boolean;
|
||||
};
|
||||
user_id?: boolean;
|
||||
user_id?: string | number;
|
||||
};
|
||||
/**
|
||||
* # Upload File via API
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ type Param = {
|
||||
folder?: string;
|
||||
isPrivate?: boolean;
|
||||
};
|
||||
user_id?: boolean;
|
||||
user_id?: string | number;
|
||||
};
|
||||
/**
|
||||
* # Upload Image via API
|
||||
|
||||
Reference in New Issue
Block a user