-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taskrouter statistics method expecting SID parameter #697
Labels
Comments
Ah. This appears to be a bug in our autogenerated code. Thanks for pointing this out, @serdar. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. |
eshanholtz
added
code-generation
issue deals with generated code
status: help wanted
requesting help from the community
type: bug
bug in the library
labels
Oct 14, 2021
Same problem for |
Bumping internally (DI-2172). |
Update: This is now work-in-progress and will be ready for the next release candidate. |
Hunga1
added
status: work in progress
Twilio or the community is in the process of implementing
and removed
status: help wanted
requesting help from the community
labels
Sep 21, 2022
childish-sambino
pushed a commit
that referenced
this issue
Nov 7, 2022
childish-sambino
removed
the
status: work in progress
Twilio or the community is in the process of implementing
label
Nov 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
The documentation to retrieve the statistics for a specific worker (https://www.twilio.com/docs/taskrouter/api/worker/statistics#fetch-a-specific-workers-statistics) states no additional parameters for the
.statistics()
method, however, the current version of the Node library requires anSID
parameter.Can the documentation please be updated to refer to the current published version of the Node library, or please specify what the
SID
should be to gather the statistics.Code Snippet from Documentation
Code Snippet from workerStatistics.d.ts
Technical details:
The text was updated successfully, but these errors were encountered: