docs: Fixed parmams typo

Signed-off-by: Daniel Hultgren <daniel.cf.hultgren@gmail.com>
This commit is contained in:
Donkie 2023-06-26 20:42:57 +02:00 committed by Eric Callahan
parent e6b3b8ba48
commit 7172531386
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 4 additions and 4 deletions

View File

@ -3798,7 +3798,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.webcams.get_item",
"parmams": {
"params": {
"name": "cam_name"
},
"id": 4654
@ -3862,7 +3862,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.webcams.post_item",
"parmams": {
"params": {
"name": "cam_name",
"snapshot_url": "/webcam?action=snapshot",
"stream_url": "/webcam?action=stream"
@ -3948,7 +3948,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.webcams.delete_item",
"parmams": {
"params": {
"name": "cam_name"
},
"id": 4654
@ -3997,7 +3997,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.webcams.test",
"parmams": {
"params": {
"name": "cam_name"
},
"id": 4654