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/ActivityRequest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
13
13
**project** | **str** | Instance identifier used to filter instance resources | [optional]
14
14
**actor** | **str** | Actor identifier used to filter actor resources | [optional]
15
15
**search** | **str** | Last filter applied and is a fuzzy match on results | [optional]
16
-
**to** | **str** | Date to filter to, keyed off of createdAt, defaults to now | [optional]
17
-
**_from** | **str** | Date to filter from, keyed off of createdAt, defaults to 1 week ago | [optional]
16
+
**to** | **str** | Date to filter to, keyed off of createdAt | [optional]
17
+
**_from** | **str** | Date to filter from, keyed off of createdAt | [optional]
18
18
19
19
[[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: docs/CorelliumApi.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3957,7 +3957,7 @@ Name | Type | Description | Notes
3957
3957
[[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)
print("Exception when calling CorelliumApi->v1_create_network_connection: %s\n"% e)
4017
4018
@@ -4027,7 +4028,7 @@ Name | Type | Description | Notes
4027
4028
4028
4029
### Return type
4029
4030
4030
-
void (empty response body)
4031
+
[**NetworkConnection**](NetworkConnection.md)
4031
4032
4032
4033
### Authorization
4033
4034
@@ -4036,8 +4037,13 @@ void (empty response body)
4036
4037
### HTTP request headers
4037
4038
4038
4039
-**Content-Type**: application/json
4039
-
-**Accept**: Not defined
4040
+
-**Accept**: application/json
4040
4041
4042
+
### HTTP response details
4043
+
| Status code | Description | Response headers |
4044
+
|-------------|-------------|------------------|
4045
+
**200** | Success | - |
4046
+
**403** | Forbidden | - |
4041
4047
4042
4048
[[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)
4043
4049
@@ -11350,7 +11356,7 @@ Name | Type | Description | Notes
11350
11356
[[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)
[[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