We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d61f6 commit cd922ffCopy full SHA for cd922ff
1 file changed
README.md
@@ -36,19 +36,19 @@ webex cc entry-point list
36
# Admin
37
webex admin people list
38
webex admin licenses list
39
-webex admin organizations get --orgId <id>
+webex admin organizations get --org-id <id>
40
41
# Devices
42
webex device devices list
43
-webex device xapi execute-command --deviceId <id> --commandName <name>
+webex device xapi execute-command --device-id <id> --command-name <name>
44
45
# Meetings
46
webex meetings meetings list
47
webex meetings recordings list
48
49
# Messaging
50
webex messaging rooms list
51
-webex messaging messages list --roomId <id>
+webex messaging messages list --room-id <id>
52
```
53
54
## API Coverage
0 commit comments