mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 14:44:05 +00:00
[skip ci] Updated swagger docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user