How do you edit the long URL behind a slug? #2162
-
Shlink version4.1.1 PHP version??? How do you serve ShlinkDocker image Database engineMariaDB Database version??? SummaryI see that the ability to edit long URLs was added in 688, but from what I can see there is no way to actually edit the long URL behind a slug? I would expect there to be a short-url:edit command but that does not exist. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This looks like an overlook. You can edit short URLs via API, which is what most of the people use https://api-spec.shlink.io/#/Short%20URLs/editShortUrl The command line is provided as a convenient way to interact with your instance, and the intention is that there is API<->CLI parity, but it's not the first time some features are missing by mistake. I'll add the missing command. EDIT: The command is now implemented and will be released with Shlink 4.2 |
Beta Was this translation helpful? Give feedback.
This looks like an overlook.
You can edit short URLs via API, which is what most of the people use https://api-spec.shlink.io/#/Short%20URLs/editShortUrl
The command line is provided as a convenient way to interact with your instance, and the intention is that there is API<->CLI parity, but it's not the first time some features are missing by mistake.
I'll add the missing command.
EDIT: The command is now implemented and will be released with Shlink 4.2