docs/EventsApi.md in fastly-4.0.0.alpha4 vs docs/EventsApi.md in fastly-4.0.0
- old
+ new
@@ -62,14 +62,15 @@
### Examples
```ruby
api_instance = Fastly::EventsApi.new
opts = {
- filter_event_type: 'filter_event_type_example', # String | Limit the returned events to a specific `event_type`.
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.
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.
}
@@ -84,13 +85,14 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **filter_event_type** | **String** | Limit the returned events to a specific `event_type`. | [optional] |
| **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] |
| **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