Project

General

Profile

« Previous | Next » 

Revision 161bc997

Added by Nicolas CHARLES about 8 years ago

Fixes #7973: Rudder API doc is invalid for getting the list of pending nodes

View differences:

src/api_v2/node.md
@apiParam (Multi) {String} [include=default] Level of information to include from the node inventory. Some base levels are defined (minimal, default, full). you can add fields you want by adding
@apiExample Example usage:
curl -H "X-API-Token: yourToken" https://rudder.example.com/rudder/api/latest/nodes/pending -d include=minimal
curl -H "X-API-Token: yourToken" https://rudder.example.com/rudder/api/latest/nodes/pending?include=minimal
@apiSuccessExample Success-Response:
HTTP/1.1 200 OK

Also available in: Unified diff