mirror of
https://github.com/opnsense/docs.git
synced 2026-07-09 23:35:19 -05:00
17 lines
462 B
ReStructuredText
17 lines
462 B
ReStructuredText
helloworld
|
|
~~~~~~~~~~
|
|
|
|
.. csv-table:: Settings
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``GET``","helloworld","settings","get",""
|
|
"``POST``","helloworld","settings","set",""
|
|
|
|
.. csv-table:: Service
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","helloworld","service","reload",""
|
|
"``POST``","helloworld","service","test",""
|