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

10 lines
246 B
JSON

{
"value": {
"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"
}
}