Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvs committed Aug 12, 2023
1 parent a09beb6 commit 7951ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Two methods on the OBSWebSocket component can be used to send requests to OBS.

```python
{
"requestType": RequestType or str
"requestType": RequestType or str,
# Optional. A custom string used to track the request.
"requestId": str
"requestId": str,
# Optional. A dict containing any input the request requires.
"requestData": object
"requestData": object
}
```

Expand Down

0 comments on commit 7951ef6

Please sign in to comment.