docs: Add base path for API endpoints to Swagger
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* @swagger
|
||||
* /api/boards/{boardId}/labels:
|
||||
* /boards/{boardId}/labels:
|
||||
* post:
|
||||
* summary: Create label
|
||||
* description: Creates a label within a board. Requires board editor permissions.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* @swagger
|
||||
* /api/labels/{id}:
|
||||
* /labels/{id}:
|
||||
* delete:
|
||||
* summary: Delete label
|
||||
* description: Deletes a label. Requires board editor permissions.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* @swagger
|
||||
* /api/labels/{id}:
|
||||
* /labels/{id}:
|
||||
* patch:
|
||||
* summary: Update label
|
||||
* description: Updates a label. Requires board editor permissions.
|
||||
|
||||
Reference in New Issue
Block a user