diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e6790..82cbcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Renamed parameter `DoNotValidateUrl` to `ValidateUrl` in comment based help for `Set-ShlinkUrl` ## [0.8.1] - 2021-11-21 diff --git a/PSShlink/Public/Set-ShlinkUrl.ps1 b/PSShlink/Public/Set-ShlinkUrl.ps1 index f864e98..ba79ada 100644 --- a/PSShlink/Public/Set-ShlinkUrl.ps1 +++ b/PSShlink/Public/Set-ShlinkUrl.ps1 @@ -22,8 +22,8 @@ function Set-ShlinkUrl { This is useful if your Shlink instance is responding/creating short URLs for multiple domains. .PARAMETER Title Define a title with the new short code. - .PARAMETER DoNotValidateUrl - Disables long URL validation while creating the short code. + .PARAMETER ValidateUrl + Control long URL validation while creating the short code. .PARAMETER ForwardQuery Forwards UTM query parameters to the long URL if any were passed to the short URL. .PARAMETER Crawlable