fix(docs): fix swagger docs for webhook params [EE-6668] (#11089)

pull/11075/head
Matt Hook 10 months ago committed by GitHub
parent 1c5458f0d4
commit 956e8d3c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save