Skip to content

Commit

Permalink
Fixes #21311: Wrong API url for creating nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaadF authored and Jenkins CI committed Jun 22, 2022
1 parent fb89848 commit dae5bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A node need at least the following information:
- status,
- OS: type, name

Other information are possible. See the https://docs.rudder.io/api/#tag/Create-Node[plugin API documentation] for more information.
Other information are possible. See the https://docs.rudder.io/api/#tag/Nodes/operation/createNodes[API documentation] for more information.

Whatever the final status, a node is created in pending status. Then, if the status is "accepted", node acceptation is automatically and immediately triggered. This ensures that nodes added by that API also follow the standard Rudder validation rules and dynamic group/policies are correctly updated.

Expand Down

0 comments on commit dae5bde

Please sign in to comment.