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

@@ -24,7 +24,8 @@
"nullable": true
},
"validateUrl": {
"description": "Tells if the long URL (if provided) should or should not be validated as a reachable URL. If not provided, it will fall back to app-level config",
"deprecated": true,
"description": "**[DEPRECATED]** Tells if the long URL should or should not be validated as a reachable URL. Defaults to `false`",
"type": "boolean"
},
"tags": {