From 5b6fde8458940ef16a5136365b9c0bf2cf0d6a2b Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Thu, 16 Jan 2025 11:21:19 +0000 Subject: [PATCH] refactor(domains): update annotation Co-authored-by: Kevin P. Fleming --- fastly/domainsV1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastly/domainsV1.go b/fastly/domainsV1.go index 1d99e36e..6eac8894 100644 --- a/fastly/domainsV1.go +++ b/fastly/domainsV1.go @@ -181,7 +181,7 @@ func (c *Client) UpdateDomainsV1(i *UpdateDomainsV1Input) (*DomainsV1Data, error // DeleteDomainsV1Input is used as input to the DeleteDomainsV1 function. type DeleteDomainsV1Input struct { - // DomainID of definition to delete (required). + // DomainID of the domain to delete (required). DomainID *string }