docs/StarApi.md in fastly-8.2.0 vs docs/StarApi.md in fastly-8.4.0
- old
+ new
@@ -6,15 +6,18 @@
api_instance = Fastly::StarApi.new
```
## Methods
-| Method | HTTP request | Description |
-| ------ | ------------ | ----------- |
-| [**create_service_star**](StarApi.md#create_service_star) | **POST** /stars | Create a star |
-| [**delete_service_star**](StarApi.md#delete_service_star) | **DELETE** /stars/{star_id} | Delete a star |
-| [**get_service_star**](StarApi.md#get_service_star) | **GET** /stars/{star_id} | Get a star |
-| [**list_service_stars**](StarApi.md#list_service_stars) | **GET** /stars | List stars |
+> [!NOTE]
+> All URIs are relative to `https://api.fastly.com`
+
+Method | HTTP request | Description
+------ | ------------ | -----------
+[**create_service_star**](StarApi.md#create_service_star) | **POST** /stars | Create a star
+[**delete_service_star**](StarApi.md#delete_service_star) | **DELETE** /stars/{star_id} | Delete a star
+[**get_service_star**](StarApi.md#get_service_star) | **GET** /stars/{star_id} | Get a star
+[**list_service_stars**](StarApi.md#list_service_stars) | **GET** /stars | List stars
## `create_service_star()`
```ruby