docs: Quote example ids in Swagger
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* description: ID of the list to create the card in
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to delete
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Card deleted successfully
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to duplicate
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the list to get cards from (must be an endless list)
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* - name: before
|
||||
* in: query
|
||||
* required: false
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to mark notifications as read for
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Notifications marked as read successfully
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to retrieve
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Card details retrieved successfully
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* description: ID of the card to update
|
||||
* schema:
|
||||
* type: string
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
@@ -29,16 +29,16 @@
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board to move the card to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* listId:
|
||||
* type: string
|
||||
* description: ID of the list to move the card to
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* coverAttachmentId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the attachment used as cover
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [project, story]
|
||||
|
||||
Reference in New Issue
Block a user