API: Allow to filter enabled webhooks (Z#23160605) (#4336)

* API: Allow to filter enabled webhooks (Z#23160605)

* Fix naming

* Fix isort
This commit is contained in:
Raphael Michel
2024-07-26 17:04:12 +02:00
committed by GitHub
parent 17f1d571b0
commit fa3ac69b8e
3 changed files with 14 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ Endpoints
}
:query integer page: The page number in case of a multi-page result set, default is 1
:query boolean enabled: Only show webhooks that are or are not enabled
:param organizer: The ``slug`` field of the organizer to fetch
:statuscode 200: no error
:statuscode 401: Authentication failure