From 5f01558f7c361527e9a647d3ad019301070bee56 Mon Sep 17 00:00:00 2001 From: Jorge Hermes Date: Wed, 24 Jun 2026 10:17:42 -0300 Subject: [PATCH] fix(api): add external_url to Monitor response schema --- static/api-references/v4.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/api-references/v4.json b/static/api-references/v4.json index ca536d8b..1f7ac71d 100644 --- a/static/api-references/v4.json +++ b/static/api-references/v4.json @@ -1784,6 +1784,16 @@ "monitor_settings_json": { "type": "object", "additionalProperties": true + }, + "external_url": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] } }, "additionalProperties": true