[skip ci] Updated swagger docs
This commit is contained in:
parent
cf029cef0c
commit
e6e7b26a6e
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue