shlink/docs/swagger/definitions/NotFoundRedirects.json
2023-07-12 11:29:44 +02:00

18 lines
588 B
JSON

{
"type": "object",
"properties": {
"baseUrlRedirect": {
"type": ["string", "null"],
"description": "URL to redirect to when a user hits the domain's base URL"
},
"regular404Redirect": {
"type": ["string", "null"],
"description": "URL to redirect to when a user hits a not found URL other than an invalid short URL"
},
"invalidShortUrlRedirect": {
"type": ["string", "null"],
"description": "URL to redirect to when a user hits an invalid short URL"
}
}
}