[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2026-01-30 14:14:52 +00:00
parent cf029cef0c
commit e6e7b26a6e
3 changed files with 21 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -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.