Files
shlink/docs/swagger/examples/short-url-not-found.json
2021-12-09 18:28:52 +01:00

10 lines
214 B
JSON

{
"value": {
"detail":"No URL found with short code \"abc123\"",
"title":"Short URL not found",
"type": "INVALID_SHORTCODE",
"status": 404,
"shortCode": "abc123"
}
}