mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(docs): fix swagger docs for webhook params [EE-6668] (#11088)
This commit is contained in:
parent
63c11d9310
commit
a175619623
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type webhookListOperationFilters struct {
|
|||
// @tags webhooks
|
||||
// @accept json
|
||||
// @produce json
|
||||
// @param filters query webhookListOperationFilters false "Filters"
|
||||
// @param filters query string false "Filters (json-string)" example({"EndpointID":1,"ResourceID":"abc12345-abcd-2345-ab12-58005b4a0260"})
|
||||
// @success 200 {array} portainer.Webhook
|
||||
// @failure 400
|
||||
// @failure 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue