fix(api): make external_url nullable in CreateMonitorRequest schema

This commit is contained in:
Jorge Hermes
2026-06-24 09:25:16 -03:00
parent 1889f86e01
commit 66350b8268
+7
View File
@@ -1836,7 +1836,14 @@
"additionalProperties": true
},
"external_url": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false