docs: Correct invalid/missing details in Swagger

This commit is contained in:
Maksim Eltyshev
2025-09-16 15:51:14 +02:00
parent 33eef6e068
commit 97ddefc236
12 changed files with 28 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
/**
* @swagger
* /cards/{cardId}/labels/{labelId}:
* /cards/{cardId}/card-labels/labelId:{labelId}:
* delete:
* summary: Remove label from card
* description: Removes a label from a card. Requires board editor permissions.