docs/EventsApi.md in fastly-4.1.0 vs docs/EventsApi.md in fastly-4.2.0
- old
+ new
@@ -67,10 +67,11 @@
filter_customer_id: 'x4xCwxxJxGCx123Rx5xTx', # String | Limit the results returned to a specific customer.
filter_event_type: 'filter_event_type_example', # String | Limit the returned events to a specific `event_type`.
filter_service_id: 'filter_service_id_example', # String | Limit the results returned to a specific service.
filter_user_id: 'filter_user_id_example', # String | Limit the results returned to a specific user.
filter_token_id: 'filter_token_id_example', # String | Limit the returned events to a specific token.
+ filter_created_at: 'filter_created_at_example', # String | Limit the returned events to a specific time frame. Accepts sub-parameters: lt, lte, gt, gte (e.g., filter[created_at][gt]=2022-01-12).
page_number: 1, # Integer | Current page.
page_size: 20, # Integer | Number of records per page.
sort: 'created_at', # String | The order in which to list the results by creation date.
}
@@ -90,9 +91,10 @@
| **filter_customer_id** | **String** | Limit the results returned to a specific customer. | [optional] |
| **filter_event_type** | **String** | Limit the returned events to a specific `event_type`. | [optional] |
| **filter_service_id** | **String** | Limit the results returned to a specific service. | [optional] |
| **filter_user_id** | **String** | Limit the results returned to a specific user. | [optional] |
| **filter_token_id** | **String** | Limit the returned events to a specific token. | [optional] |
+| **filter_created_at** | **String** | Limit the returned events to a specific time frame. Accepts sub-parameters: lt, lte, gt, gte (e.g., filter[created_at][gt]=2022-01-12). | [optional] |
| **page_number** | **Integer** | Current page. | [optional] |
| **page_size** | **Integer** | Number of records per page. | [optional][default to 20] |
| **sort** | **String** | The order in which to list the results by creation date. | [optional][default to 'created_at'] |
### Return type