shlink/docs/swagger/examples/short-url-not-found-v2.json

10 lines
216 B
JSON
Raw Normal View History

{
"value": {
2022-04-23 10:27:52 +03:00
"detail": "No URL found with short code \"abc123\"",
"title": "Short URL not found",
"type": "INVALID_SHORTCODE",
"status": 404,
"shortCode": "abc123"
}
}