Project

General

Profile

« Previous | Next » 

Revision f3e610e5

Added by François ARMAND over 7 years ago

Fixes #9368: API Documentation: Delete node shows example of accept node

View differences:

src/api_v2/node.md
@apiSuccessExample Success-Response:
HTTP/1.1 200 OK
{
"action": "changePendingNodeStatus",
"action": "deleteNode",
"result": "success",
"data": {
"nodes": [
......
@apiErrorExample Error-Response:
HTTP/1.1 500 Server Error
{
"action": "changePendingNodeStatus",
"action": "deleteNode",
"result": "error",
"errorDetails": "Node with ID '80ade5bf-aed9-4f57-8beb-aaaf3e63ec04' was not found"
}

Also available in: Unified diff