docs: Remove accidental dollar sign from Swagger route definitions
Closes #1578
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
* /cards/{cardId}/custom-field-values/customFieldGroupId:{customFieldGroupId}:customFieldId:${customFieldId}:
|
* /cards/{cardId}/custom-field-values/customFieldGroupId:{customFieldGroupId}:customFieldId:{customFieldId}:
|
||||||
* patch:
|
* patch:
|
||||||
* summary: Create or update custom field value
|
* summary: Create or update custom field value
|
||||||
* description: Creates or updates a custom field value for a card. Requires board editor permissions.
|
* description: Creates or updates a custom field value for a card. Requires board editor permissions.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
* /cards/{cardId}/custom-field-value/customFieldGroupId:{customFieldGroupId}:customFieldId:${customFieldId}:
|
* /cards/{cardId}/custom-field-value/customFieldGroupId:{customFieldGroupId}:customFieldId:{customFieldId}:
|
||||||
* delete:
|
* delete:
|
||||||
* summary: Delete custom field value
|
* summary: Delete custom field value
|
||||||
* description: Deletes a custom field value for a specific card. Requires board editor permissions.
|
* description: Deletes a custom field value for a specific card. Requires board editor permissions.
|
||||||
|
|||||||
Reference in New Issue
Block a user