Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lib/api/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,9 @@ function nodesRouterFactory (
* @apiName node-workflows-active-delete
* @apiGroup nodes
* @apiParam {String} identifier node identifier
* @apiSuccess {json} workflow the deleted active workflow for that node.
* @apiError NotFound1 The node with the <code>identifier</code> was not found.
* @apiError NotFound2 The node with the <code>identifier</code> does not have an
* active workflow.
* @apiSuccess (Success 200) {json} workflow the deleted active workflow for that node.
* @apiSuccess (Success 204) empty no acitve workflow
* @apiError NotFound The node with the <code>identifier</code> was not found.
* @apiErrorExample Error-Response:
* HTTP/1.1 404 Not Found
* {
Expand Down