Skip to content

Commit

Permalink
fix: parent added in /v1/Workspaces/{WorkspaceSid}/TaskQueues/RealTim…
Browse files Browse the repository at this point in the history
…eStatistics in taskrouter_v1
  • Loading branch information
tiwarishubham635 committed Nov 1, 2023
1 parent a641dda commit 0ab16e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/json/twilio_taskrouter_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5029,6 +5029,7 @@
"workspace_sid"
],
"mountName": "bulk_real_time_statistics",
"parent": "/Workspaces/{WorkspaceSid}/TaskQueues",
"className": "task_queue_bulk_real_time_statistics",
"pathType": "list"
},
Expand Down Expand Up @@ -11356,4 +11357,4 @@
"name": "TaskrouterV1WorkspaceStatistics"
}
]
}
}
1 change: 1 addition & 0 deletions spec/yaml/twilio_taskrouter_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4068,6 +4068,7 @@ paths:
- account_sid
- workspace_sid
mountName: bulk_real_time_statistics
parent: /Workspaces/{WorkspaceSid}/TaskQueues
className: task_queue_bulk_real_time_statistics
pathType: list
post:
Expand Down

0 comments on commit 0ab16e9

Please sign in to comment.