correction de l'update du
workflow
This commit is contained in:
@@ -70,6 +70,12 @@ const api = {
|
||||
return api.request(`/projects/${id}`, {
|
||||
method: 'DELETE'
|
||||
});
|
||||
},
|
||||
async syncWorkflow (id, data) {
|
||||
return api.request(`/projects/${id}/workflow`, {
|
||||
method: 'PUT',
|
||||
body: JSON.stringify(data)
|
||||
});
|
||||
}
|
||||
},
|
||||
// --- CHAPTERS ---
|
||||
|
||||
Reference in New Issue
Block a user