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

9 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"
}
}