From e6e7b26a6ec633e3c08349641d7ff67b32b9973b Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Fri, 30 Jan 2026 14:14:52 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 7 +++++++ pkg/swagger/swagger.json | 9 ++++++++- pkg/swagger/swagger.yaml | 6 ++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 689740a94..001644f90 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -9228,6 +9228,13 @@ const docTemplate = `{ "models.Webhook": { "type": "object", "properties": { + "basic_auth_password": { + "type": "string" + }, + "basic_auth_user": { + "description": "If provided, webhook requests will be sent with a Basic Auth header.", + "type": "string" + }, "created": { "description": "A timestamp when this webhook target was created. You cannot change this value.", "type": "string" diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 71ad08f16..292e025f1 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -9220,6 +9220,13 @@ "models.Webhook": { "type": "object", "properties": { + "basic_auth_password": { + "type": "string" + }, + "basic_auth_user": { + "description": "If provided, webhook requests will be sent with a Basic Auth header.", + "type": "string" + }, "created": { "description": "A timestamp when this webhook target was created. You cannot change this value.", "type": "string" @@ -9782,4 +9789,4 @@ "in": "header" } } -} +} \ No newline at end of file diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 1832533e5..0dbc54404 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -1104,6 +1104,12 @@ definitions: type: object models.Webhook: properties: + basic_auth_password: + type: string + basic_auth_user: + description: If provided, webhook requests will be sent with a Basic Auth + header. + type: string created: description: A timestamp when this webhook target was created. You cannot change this value.