mirror of
https://github.com/zevenet/zproxy.git
synced 2025-10-26 11:19:19 +00:00
docs: mark BODY variable as not required for ctl command
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
parent
f446a19340
commit
20ee0a7700
@ -113,7 +113,7 @@ It executes an API request and dumps the configuration if the request don't have
|
||||
| CMD | It is the command to execute. *ctl* should be defined to send a request to the zproxy API | True
|
||||
| METHOD | It is the HTTP method used in the request to the zproxy API | True
|
||||
| URL | It is the HTTP URL used in the request to the zproxy API | True
|
||||
| BODY | It is the HTTP body sent in the request. It has to be saved in a file | True
|
||||
| BODY | It is the HTTP body sent in the request. It has to be saved in a file |
|
||||
|
||||
```
|
||||
CMD=ctl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user