CEC-4523: Add bulk archive support (#379)
* CEC-4523: add archive endpoint and action
This commit is contained in:
@@ -5,6 +5,10 @@ const manifestsAPI = {
|
||||
return data;
|
||||
},
|
||||
|
||||
archiveManifest: async (data, token) => {
|
||||
return { message: "Archived 1 update manifests" };
|
||||
},
|
||||
|
||||
deleteManifest: async (manifest_id, token) => {
|
||||
return { message: "OK" };
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user