Skip to content

Commit

Permalink
Improved comment based help for Set-ShlinkUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
codaamok committed Nov 21, 2021
1 parent ac0f31d commit dc912c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions PSShlink/Public/Set-ShlinkUrl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc912c4

Please sign in to comment.