Implement new short URL service #98110
Labels
Feature:SharingURLs
Short URLs and Share URL features
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
As part of the new URL Service we will refactor and re-implement from scratch our Short URL Service. This ticket tracks its initial implementation.
id
andslug
of the short URL be separate fields.[a-zA-Z0-9\.\-\_]
characters in slug.id
orslug
.POST /api/short_url
GET /api/short_url/<id>
GET /api/short_url/_slug/<slug>
DELETE /api/short_url/<id>
Part of #87304
The text was updated successfully, but these errors were encountered: