Skip to content

Commit

Permalink
refactor(domains): update annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin P. Fleming <[email protected]>
  • Loading branch information
Integralist and kpfleming authored Jan 16, 2025
1 parent d127ee6 commit 5b6fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastly/domainsV1.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5b6fde8

Please sign in to comment.