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
Copy file name to clipboardExpand all lines: docs/EventApi.md
+26-24Lines changed: 26 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,26 @@
2
2
3
3
All URIs are relative to *https://api.ravenapp.dev*
4
4
5
-
Method | HTTP request | Description
6
-
------------- | ------------- | -------------
7
-
[**send_bulk_event**](EventApi.md#send_bulk_event) | **POST** /v1/apps/{app_id}/events/bulk_send | sends the event in bulk to all the clients specified
8
-
[**send_event**](EventApi.md#send_event) | **POST** /v1/apps/{app_id}/events/send | sends the event to the client specified
|[**send_bulk_event**](EventApi.md#send_bulk_event)|**POST** /v1/apps/{app_id}/events/bulk_send | sends the event in bulk to all the clients specified |
8
+
|[**send_event**](EventApi.md#send_event)|**POST** /v1/apps/{app_id}/events/send | sends the event to the client specified |
|**event**|[**SendEventBulk**](SendEventBulk.md)| the body for the event that has to be triggered |
53
+
|**idempotency_key**|**str**| idempotency key of api |[optional]|
53
54
54
55
### Return type
55
56
@@ -61,24 +62,26 @@ Name | Type | Description | Notes
61
62
62
63
### HTTP request headers
63
64
64
-
-**Content-Type**: application/json
65
-
-**Accept**: application/json
65
+
-**Content-Type**: application/json
66
+
-**Accept**: application/json
66
67
67
68
[[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)
|**event**|[**SendEvent**](SendEvent.md)| the body for the event that has to be triggered |
113
+
|**idempotency_key**|**str**| idempotency key of api |[optional]|
111
114
112
115
### Return type
113
116
@@ -119,8 +122,7 @@ Name | Type | Description | Notes
119
122
120
123
### HTTP request headers
121
124
122
-
-**Content-Type**: application/json
123
-
-**Accept**: application/json
125
+
-**Content-Type**: application/json
126
+
-**Accept**: application/json
124
127
125
128
[[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