Skip to content

Commit cd922ff

Browse files
committed
Fix incorrect README examples
1 parent 13d61f6 commit cd922ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ webex cc entry-point list
3636
# Admin
3737
webex admin people list
3838
webex admin licenses list
39-
webex admin organizations get --orgId <id>
39+
webex admin organizations get --org-id <id>
4040

4141
# Devices
4242
webex device devices list
43-
webex device xapi execute-command --deviceId <id> --commandName <name>
43+
webex device xapi execute-command --device-id <id> --command-name <name>
4444

4545
# Meetings
4646
webex meetings meetings list
4747
webex meetings recordings list
4848

4949
# Messaging
5050
webex messaging rooms list
51-
webex messaging messages list --roomId <id>
51+
webex messaging messages list --room-id <id>
5252
```
5353

5454
## API Coverage

0 commit comments

Comments
 (0)