docs/EventAttributes.md in fastly-5.3.1 vs docs/EventAttributes.md in fastly-6.0.0
- old
+ new
@@ -8,10 +8,10 @@
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **customer_id** | **String** | | [optional][readonly] |
| **description** | **String** | Description of the event. | [optional] |
| **event_type** | **String** | Type of event. Can be used with `filter[event_type]` | [optional] |
| **ip** | **String** | IP addresses that the event was requested from. | [optional] |
-| **metadata** | **Object** | Hash of key value pairs of additional information. | [optional] |
+| **metadata** | **Hash<String, Object>** | Hash of key value pairs of additional information. | [optional] |
| **service_id** | **String** | | [optional][readonly] |
| **user_id** | **String** | | [optional][readonly] |
| **token_id** | **String** | | [optional][readonly] |
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)