You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/development/api/core/routes.rst

20 lines
625 B
ReStructuredText

Routes
~~~~~~
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","routes","routes","reconfigure",""
.. csv-table:: Resources
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","routes","routes","addroute",""
"``POST``","routes","routes","delroute","$uuid"
"``GET``","routes","routes","getroute","$uuid"
"``GET``","routes","routes","searchroute",""
"``POST``","routes","routes","setroute","$uuid"
"``POST``","routes","routes","toggleroute","$uuid/$disabled"