mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
docs: Improve Swagger JSDoc
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* description: Creates a webhook. Requires admin privileges.
|
||||
* tags:
|
||||
* - Webhooks
|
||||
* operationId: createWebhook
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Deletes a webhook. Requires admin privileges.
|
||||
* tags:
|
||||
* - Webhooks
|
||||
* operationId: deleteWebhook
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Retrieves a list of all configured webhooks. Requires admin privileges.
|
||||
* tags:
|
||||
* - Webhooks
|
||||
* operationId: getWebhooks
|
||||
* responses:
|
||||
* 200:
|
||||
* description: List of webhooks retrieved successfully
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Updates a webhook. Requires admin privileges.
|
||||
* tags:
|
||||
* - Webhooks
|
||||
* operationId: updateWebhook
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
Reference in New Issue
Block a user