mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
fix: Track workflow archive/unarchive endpoints in API coverage manifest (#27738)
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
"status": "covered",
|
||||
"nodeOperation": "workflow:deactivate"
|
||||
},
|
||||
"POST /workflows/{id}/archive": {
|
||||
"status": "gap"
|
||||
},
|
||||
"POST /workflows/{id}/unarchive": {
|
||||
"status": "gap"
|
||||
},
|
||||
"PUT /workflows/{id}/transfer": {
|
||||
"status": "gap"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user