mirror of
https://github.com/rajnandan1/kener.git
synced 2026-08-07 07:14:56 +00:00
fix(api): make external_url nullable in CreateMonitorRequest schema
This commit is contained in:
@@ -1836,7 +1836,14 @@
|
||||
"additionalProperties": true
|
||||
},
|
||||
"external_url": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user