You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: activitysmith_openapi/docs/LiveActivitiesApi.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Name | Type | Description | Notes
85
85
| Status code | Description | Response headers |
86
86
|-------------|-------------|------------------|
87
87
**200** | Live Activity ended | - |
88
+
**403** | Forbidden (activity not owned by this API key account) | - |
88
89
**429** | Rate limit exceeded | - |
89
90
90
91
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -94,7 +95,7 @@ Name | Type | Description | Notes
94
95
95
96
Start a Live Activity
96
97
97
-
Starts a Live Activity on all registered devices and returns an activity_id.
98
+
Starts a Live Activity on devices matched by API key scope and optional target channels.
98
99
99
100
### Example
100
101
@@ -165,6 +166,9 @@ Name | Type | Description | Notes
165
166
| Status code | Description | Response headers |
166
167
|-------------|-------------|------------------|
167
168
**200** | Live Activity started | - |
169
+
**400** | Bad request (invalid payload or channel targeting input) | - |
**404** | No recipients found for effective channel target | - |
168
172
**429** | Rate limit exceeded | - |
169
173
170
174
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -245,6 +249,7 @@ Name | Type | Description | Notes
245
249
| Status code | Description | Response headers |
246
250
|-------------|-------------|------------------|
247
251
**200** | Live Activity updated (or queued) | - |
252
+
**403** | Forbidden (activity not owned by this API key account) | - |
248
253
**429** | Rate limit exceeded | - |
249
254
250
255
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments