shlink/docs/swagger/examples/short-url-not-found-v2.json
2022-08-14 13:55:43 +02:00

9 lines
216 B
JSON

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