Skip to content

Commit

Permalink
feat: WebSocket Parameter Sets ( Fixes #73, Fixes #74, Fixes #76 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 24, 2025
1 parent 75172ec commit 3dbaecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/Help/Get-WebSocket.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"Title": "EXAMPLE 1",
"Markdown": "Create a WebSocket job that connects to a WebSocket and outputs the results.",
"Code": "Get-WebSocket -WebSocketUri \"wss://localhost:9669/\""
"Code": "Get-WebSocket -SocketUrl \"wss://localhost:9669/\""
},
{
"Title": "EXAMPLE 2",
Expand Down

0 comments on commit 3dbaecc

Please sign in to comment.