mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 17:25:05 +03:00
docs: Quote example ids in Swagger
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to create the comment on
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the comment to delete
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Comment deleted successfully
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
* description: ID of the card to retrieve comments for
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* - name: beforeId
|
||||
* in: query
|
||||
* required: false
|
||||
* description: ID to get comments before (for pagination)
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Comments retrieved successfully
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the comment to update
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
||||
Reference in New Issue
Block a user