shlink/docs/swagger/definitions/NotFoundRedirects.json

18 lines
588 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"baseUrlRedirect": {
2023-07-01 10:04:24 -05:00
"type": ["string", "null"],
"description": "URL to redirect to when a user hits the domain's base URL"
},
"regular404Redirect": {
2023-07-01 10:04:24 -05:00
"type": ["string", "null"],
"description": "URL to redirect to when a user hits a not found URL other than an invalid short URL"
},
"invalidShortUrlRedirect": {
2023-07-01 10:04:24 -05:00
"type": ["string", "null"],
"description": "URL to redirect to when a user hits an invalid short URL"
}
}
}