Remove plugin-only option from secrets (#2213)

This commit is contained in:
Anbraten
2023-10-24 20:38:47 +02:00
committed by GitHub
parent 703983419a
commit f44aa8a6fd
18 changed files with 112 additions and 104 deletions

View File

@@ -4212,7 +4212,7 @@ const docTemplate = `{
"Secret": {
"type": "object",
"properties": {
"event": {
"events": {
"type": "array",
"items": {
"$ref": "#/definitions/WebhookEvent"
@@ -4221,7 +4221,7 @@ const docTemplate = `{
"id": {
"type": "integer"
},
"image": {
"images": {
"type": "array",
"items": {
"type": "string"
@@ -4230,9 +4230,6 @@ const docTemplate = `{
"name": {
"type": "string"
},
"plugins_only": {
"type": "boolean"
},
"value": {
"type": "string"
}