Deprecated validateUrl option on short URL creation/edition

This commit is contained in:
Alejandro Celaya
2023-01-23 20:30:12 +01:00
parent 06583a0bc1
commit 4ee0032c2a
12 changed files with 23 additions and 7 deletions

View File

@@ -314,10 +314,6 @@
"shortCodeLength": {
"description": "The length for generated short code. It has to be at least 4 and defaults to 5. It will be ignored when customSlug is provided",
"type": "number"
},
"validateUrl": {
"description": "Tells if the long URL should or should not be validated as a reachable URL. If not provided, it will fall back to app-level config",
"type": "boolean"
}
}
}