@@ -11,20 +11,20 @@ slug:
1111
1212 Endpoint | Description
1313------------------------------------------------------------|-------------------------
14- [ <span >GET</span >/auth/login] ( get/auth/login ) | Get the active authentication scheme
15- [ <span >POST</span >/auth/token] ( post/auth/token ) | Exchange credentials for access token
16- [ <span >POST</span >/auth/revoke] ( post/auth/revoke ) | Revoke an access token
17- [ <span >GET</span >/settings] ( get/settings ) | Get the runtime settings
18- [ <span >GET</span >/flows] ( get/flows ) | Get the active flow configuration
19- [ <span >POST</span >/flows] ( post/flows ) | Set the active flow configuration
20- [ <span >POST</span >/flow] ( post/flow ) | Add a flow to the active configuration
21- [ <span >GET</span >/flow/: id ] ( get/flow ) | Get an individual flow configuration
22- [ <span >PUT</span >/flow/: id ] ( put/flow ) | Update an individual flow configuration
23- [ <span >DELETE</span >/flow/: id ] ( delete/flow ) | Delete an individual flow configuration
24- [ <span >GET</span >/nodes] ( get/nodes ) | Get a list of the installed nodes
25- [ <span >POST</span >/nodes] ( post/nodes ) | Install a new node module
26- [ <span >GET</span >/nodes/: module ] ( get/nodes/module ) | Get a node module's information
27- [ <span >PUT</span >/nodes/: module ] ( put/nodes/module ) | Enable/Disable a node module
28- [ <span >DELETE</span >/nodes/: module ] ( delete/nodes/module ) | Remove a node module
29- [ <span >GET</span >/nodes/: module /: set ] ( get/nodes/module/set ) | Get a node module set information
30- [ <span >PUT</span >/nodes/: module /: set ] ( put/nodes/module/set ) | Enable/Disable a node set
14+ [ <span class = " method " >GET</span >/auth/login] ( get/auth/login ) | Get the active authentication scheme
15+ [ <span class = " method " >POST</span >/auth/token] ( post/auth/token ) | Exchange credentials for access token
16+ [ <span class = " method " >POST</span >/auth/revoke] ( post/auth/revoke ) | Revoke an access token
17+ [ <span class = " method " >GET</span >/settings] ( get/settings ) | Get the runtime settings
18+ [ <span class = " method " >GET</span >/flows] ( get/flows ) | Get the active flow configuration
19+ [ <span class = " method " >POST</span >/flows] ( post/flows ) | Set the active flow configuration
20+ [ <span class = " method " >POST</span >/flow] ( post/flow ) | Add a flow to the active configuration
21+ [ <span class = " method " >GET</span >/flow/: id ] ( get/flow ) | Get an individual flow configuration
22+ [ <span class = " method " >PUT</span >/flow/: id ] ( put/flow ) | Update an individual flow configuration
23+ [ <span class = " method " >DELETE</span >/flow/: id ] ( delete/flow ) | Delete an individual flow configuration
24+ [ <span class = " method " >GET</span >/nodes] ( get/nodes ) | Get a list of the installed nodes
25+ [ <span class = " method " >POST</span >/nodes] ( post/nodes ) | Install a new node module
26+ [ <span class = " method " >GET</span >/nodes/: module ] ( get/nodes/module ) | Get a node module's information
27+ [ <span class = " method " >PUT</span >/nodes/: module ] ( put/nodes/module ) | Enable/Disable a node module
28+ [ <span class = " method " >DELETE</span >/nodes/: module ] ( delete/nodes/module ) | Remove a node module
29+ [ <span class = " method " >GET</span >/nodes/: module /: set ] ( get/nodes/module/set ) | Get a node module set information
30+ [ <span class = " method " >PUT</span >/nodes/: module /: set ] ( put/nodes/module/set ) | Enable/Disable a node set
0 commit comments