add dleete image projects
This commit is contained in:
@@ -315,6 +315,11 @@ class ApiConstants {
|
||||
static const String getProjectDetail =
|
||||
'/building_material.building_material.api.project.get_detail';
|
||||
|
||||
/// Delete project file/attachment (requires sid and csrf_token)
|
||||
/// POST /api/method/frappe.desk.form.utils.remove_attach
|
||||
/// Form-data: { "fid": "file_id", "dt": "Architectural Project", "dn": "project_name" }
|
||||
static const String removeProjectFile = '/frappe.desk.form.utils.remove_attach';
|
||||
|
||||
/// Create new project (legacy endpoint - may be deprecated)
|
||||
/// POST /projects
|
||||
static const String createProject = '/projects';
|
||||
|
||||
Reference in New Issue
Block a user