docs: Quote example ids in Swagger
This commit is contained in:
@@ -24,21 +24,21 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the action
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* boardId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the board where the action occurred
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card where the action occurred
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* userId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user who performed the action
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [createCard, moveCard, addMemberToCard, removeMemberFromCard, completeTask, uncompleteTask]
|
||||
|
||||
@@ -25,16 +25,16 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the attachment
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the attachment belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* creatorUserId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user who created the attachment
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [file, link]
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the background image
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* projectId:
|
||||
* type: string
|
||||
* description: ID of the project the background image belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* size:
|
||||
* type: string
|
||||
* description: File size of the background image in bytes
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the base custom field group
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* projectId:
|
||||
* type: string
|
||||
* description: ID of the project the base custom field group belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* name:
|
||||
* type: string
|
||||
* description: Name/title of the base custom field group
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the board
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* projectId:
|
||||
* type: string
|
||||
* description: ID of the project the board belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the board within the project
|
||||
|
||||
@@ -25,19 +25,19 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the board membership
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* projectId:
|
||||
* type: string
|
||||
* description: ID of the project the board membership belongs to (denormalized)
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board the membership is associated with
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* userId:
|
||||
* type: string
|
||||
* description: ID of the user who is a member of the board
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* role:
|
||||
* type: string
|
||||
* enum: [editor, viewer]
|
||||
|
||||
@@ -25,30 +25,30 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the card
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board the card belongs to (denormalized)
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* listId:
|
||||
* type: string
|
||||
* description: ID of the list the card belongs to
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* creatorUserId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user who created the card
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* prevListId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the previous list the card was in (available when in archive or trash)
|
||||
* example: 1357158568008091268
|
||||
* example: "1357158568008091268"
|
||||
* coverAttachmentId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the attachment used as cover
|
||||
* example: 1357158568008091269
|
||||
* example: "1357158568008091269"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [project, story]
|
||||
|
||||
@@ -23,15 +23,15 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the card-label association
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the label is associated with
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* labelId:
|
||||
* type: string
|
||||
* description: ID of the label associated with the card
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* createdAt:
|
||||
* type: string
|
||||
* format: date-time
|
||||
|
||||
@@ -23,15 +23,15 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the card membership
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the user is a member of
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* userId:
|
||||
* type: string
|
||||
* description: ID of the user who is a member of the card
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* createdAt:
|
||||
* type: string
|
||||
* format: date-time
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the comment
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the comment belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* userId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user who created the comment
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* text:
|
||||
* type: string
|
||||
* description: Content of the comment
|
||||
|
||||
@@ -24,17 +24,17 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the custom field
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* baseCustomFieldGroupId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the base custom field group the custom field belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* customFieldGroupId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the custom field group the custom field belongs to
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the custom field within the group
|
||||
|
||||
@@ -22,22 +22,22 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the custom field group
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* boardId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the board the custom field group belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* cardId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the card the custom field group belongs to
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* baseCustomFieldGroupId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the base custom field group used as a template
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the custom field group within the board/card
|
||||
|
||||
@@ -25,19 +25,19 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the custom field value
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the value belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* customFieldGroupId:
|
||||
* type: string
|
||||
* description: ID of the custom field group the value belongs to
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* customFieldId:
|
||||
* type: string
|
||||
* description: ID of the custom field the value belongs to
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* content:
|
||||
* type: string
|
||||
* description: Content/value of the custom field
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the label
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board the label belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the label within the board
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the list
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board the list belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [active, closed, archive, trash]
|
||||
|
||||
@@ -28,34 +28,34 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the notification
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* userId:
|
||||
* type: string
|
||||
* description: ID of the user who receives the notification
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* creatorUserId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user who created the notification
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* boardId:
|
||||
* type: string
|
||||
* description: ID of the board associated with the notification (denormalized)
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card associated with the notification
|
||||
* example: 1357158568008091268
|
||||
* example: "1357158568008091268"
|
||||
* commentId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the comment associated with the notification
|
||||
* example: 1357158568008091269
|
||||
* example: "1357158568008091269"
|
||||
* actionId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the action associated with the notification
|
||||
* example: 1357158568008091270
|
||||
* example: "1357158568008091270"
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [moveCard, commentCard, addMemberToCard, mentionInComment]
|
||||
|
||||
@@ -23,17 +23,17 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the notification service
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* userId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user the service is associated with
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* boardId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the board the service is associated with
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* url:
|
||||
* type: string
|
||||
* description: URL endpoint for notifications
|
||||
|
||||
@@ -22,17 +22,17 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the project
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* ownerProjectManagerId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the project manager who owns the project
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* backgroundImageId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the background image used as background
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* name:
|
||||
* type: string
|
||||
* description: Name/title of the project
|
||||
|
||||
@@ -23,15 +23,15 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the project manager
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* projectId:
|
||||
* type: string
|
||||
* description: ID of the project the manager is associated with
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* userId:
|
||||
* type: string
|
||||
* description: ID of the user who is assigned as project manager
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* createdAt:
|
||||
* type: string
|
||||
* format: date-time
|
||||
|
||||
@@ -24,21 +24,21 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the task
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* taskListId:
|
||||
* type: string
|
||||
* description: ID of the task list the task belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* linkedCardId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the card linked to the task
|
||||
* example: 1357158568008091266
|
||||
* example: "1357158568008091266"
|
||||
* assigneeUserId:
|
||||
* type: string
|
||||
* nullable: true
|
||||
* description: ID of the user assigned to the task
|
||||
* example: 1357158568008091267
|
||||
* example: "1357158568008091267"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the task within the task list
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the task list
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* cardId:
|
||||
* type: string
|
||||
* description: ID of the card the task list belongs to
|
||||
* example: 1357158568008091265
|
||||
* example: "1357158568008091265"
|
||||
* position:
|
||||
* type: number
|
||||
* description: Position of the task list within the card
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the user
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* email:
|
||||
* type: string
|
||||
* format: email
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* id:
|
||||
* type: string
|
||||
* description: Unique identifier for the webhook
|
||||
* example: 1357158568008091264
|
||||
* example: "1357158568008091264"
|
||||
* name:
|
||||
* type: string
|
||||
* description: Name/title of the webhook
|
||||
|
||||
Reference in New Issue
Block a user