docs/CustomerApi.md in fastly-8.2.0 vs docs/CustomerApi.md in fastly-8.4.0
- old
+ new
@@ -6,16 +6,19 @@
api_instance = Fastly::CustomerApi.new
```
## Methods
-| Method | HTTP request | Description |
-| ------ | ------------ | ----------- |
-| [**delete_customer**](CustomerApi.md#delete_customer) | **DELETE** /customer/{customer_id} | Delete a customer |
-| [**get_customer**](CustomerApi.md#get_customer) | **GET** /customer/{customer_id} | Get a customer |
-| [**get_logged_in_customer**](CustomerApi.md#get_logged_in_customer) | **GET** /current_customer | Get the logged in customer |
-| [**list_users**](CustomerApi.md#list_users) | **GET** /customer/{customer_id}/users | List users |
-| [**update_customer**](CustomerApi.md#update_customer) | **PUT** /customer/{customer_id} | Update a customer |
+> [!NOTE]
+> All URIs are relative to `https://api.fastly.com`
+
+Method | HTTP request | Description
+------ | ------------ | -----------
+[**delete_customer**](CustomerApi.md#delete_customer) | **DELETE** /customer/{customer_id} | Delete a customer
+[**get_customer**](CustomerApi.md#get_customer) | **GET** /customer/{customer_id} | Get a customer
+[**get_logged_in_customer**](CustomerApi.md#get_logged_in_customer) | **GET** /current_customer | Get the logged in customer
+[**list_users**](CustomerApi.md#list_users) | **GET** /customer/{customer_id}/users | List users
+[**update_customer**](CustomerApi.md#update_customer) | **PUT** /customer/{customer_id} | Update a customer
## `delete_customer()`
```ruby