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

10 lines
246 B
JSON
Raw Normal View History

{
"value": {
2022-04-23 02:27:52 -05:00
"detail": "No URL found with short code \"abc123\"",
"title": "Short URL not found",
"type": "https://shlink.io/api/error/short-url-not-found",
"status": 404,
"shortCode": "abc123"
}
}