README.md aktualisiert
This commit is contained in:
parent
0d191e1a98
commit
3cfa856436
32
README.md
32
README.md
@ -365,8 +365,12 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
activeProtections:
|
activeProtections:
|
||||||
type: array
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
sentProtections:
|
sentProtections:
|
||||||
type: array
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
StatusResponse:
|
StatusResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -1779,19 +1783,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
$ref: '#/components/schemas/WebhookEntry'
|
||||||
required:
|
|
||||||
- target
|
|
||||||
- url
|
|
||||||
properties:
|
|
||||||
target:
|
|
||||||
type: string
|
|
||||||
description: Target IP, CIDR, or * for all
|
|
||||||
example: "192.168.1.100"
|
|
||||||
url:
|
|
||||||
type: string
|
|
||||||
description: Webhook URL
|
|
||||||
example: "https://example.com/webhook"
|
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Webhook added successfully
|
description: Webhook added successfully
|
||||||
@ -1915,19 +1907,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
$ref: '#/components/schemas/EmailEntry'
|
||||||
required:
|
|
||||||
- target
|
|
||||||
- email
|
|
||||||
properties:
|
|
||||||
target:
|
|
||||||
type: string
|
|
||||||
description: Target IP or CIDR
|
|
||||||
example: "192.168.1.100"
|
|
||||||
email:
|
|
||||||
type: string
|
|
||||||
description: Email address
|
|
||||||
example: "admin@example.com"
|
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Email notification added successfully
|
description: Email notification added successfully
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user