8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4188 commit b37a9c1Copy full SHA for b37a9c1
twilio/task_router/capability/task_router_capability.py
@@ -113,7 +113,6 @@ def allow_task_reservation_updates(self):
113
tasks_url,
114
'POST',
115
True,
116
- post_filter = {'ReservationStatus': REQUIRED},
117
)
118
119
else:
@@ -153,7 +152,8 @@ def allow_activity_updates(self):
153
152
self.policies.append(self.make_policy(
154
self.resource_url,
155
156
- True
+ True,
+ post_filter = {'ActivitySid': REQUIRED}
157
158
159
def allow_reservation_updates(self):
0 commit comments