diff --git a/server/api/controllers/access-tokens/revoke-pending-token.js b/server/api/controllers/access-tokens/revoke-pending-token.js index c4a0cf26..47933d7a 100644 --- a/server/api/controllers/access-tokens/revoke-pending-token.js +++ b/server/api/controllers/access-tokens/revoke-pending-token.js @@ -34,7 +34,8 @@ * type: object * properties: * item: - * type: null + * type: object + * nullable: true * description: No data returned * example: null * 400: diff --git a/server/api/controllers/actions/index-in-board.js b/server/api/controllers/actions/index-in-board.js index 8d719356..fbdba3e0 100755 --- a/server/api/controllers/actions/index-in-board.js +++ b/server/api/controllers/actions/index-in-board.js @@ -18,14 +18,14 @@ * description: ID of the board to get actions for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: beforeId * in: query * required: false * description: ID to get actions before (for pagination) * schema: * type: string - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Board actions retrieved successfully diff --git a/server/api/controllers/actions/index-in-card.js b/server/api/controllers/actions/index-in-card.js index 80683f36..b36ae29e 100755 --- a/server/api/controllers/actions/index-in-card.js +++ b/server/api/controllers/actions/index-in-card.js @@ -18,14 +18,14 @@ * description: ID of the card to get actions for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: beforeId * in: query * required: false * description: ID to get actions before (for pagination) * schema: * type: string - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Card actions retrieved successfully diff --git a/server/api/controllers/attachments/create.js b/server/api/controllers/attachments/create.js index b81ef249..d9ff1388 100644 --- a/server/api/controllers/attachments/create.js +++ b/server/api/controllers/attachments/create.js @@ -18,7 +18,7 @@ * description: ID of the card to create the attachment on * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/attachments/delete.js b/server/api/controllers/attachments/delete.js index d2983812..f50491ea 100755 --- a/server/api/controllers/attachments/delete.js +++ b/server/api/controllers/attachments/delete.js @@ -18,7 +18,7 @@ * description: ID of the attachment to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Attachment deleted successfully diff --git a/server/api/controllers/attachments/update.js b/server/api/controllers/attachments/update.js index b85d2344..3116d7de 100755 --- a/server/api/controllers/attachments/update.js +++ b/server/api/controllers/attachments/update.js @@ -18,7 +18,7 @@ * description: ID of the attachment to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/background-images/create.js b/server/api/controllers/background-images/create.js index 7cdec094..52abc0ae 100644 --- a/server/api/controllers/background-images/create.js +++ b/server/api/controllers/background-images/create.js @@ -18,7 +18,7 @@ * description: ID of the project to upload background image for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/background-images/delete.js b/server/api/controllers/background-images/delete.js index 684d54e1..9ee58bbe 100755 --- a/server/api/controllers/background-images/delete.js +++ b/server/api/controllers/background-images/delete.js @@ -18,7 +18,7 @@ * description: ID of the background image to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Background image deleted successfully diff --git a/server/api/controllers/base-custom-field-groups/create.js b/server/api/controllers/base-custom-field-groups/create.js index 8985bc6a..66f1c315 100644 --- a/server/api/controllers/base-custom-field-groups/create.js +++ b/server/api/controllers/base-custom-field-groups/create.js @@ -18,7 +18,7 @@ * description: ID of the project to create the base custom field group in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/base-custom-field-groups/delete.js b/server/api/controllers/base-custom-field-groups/delete.js index 8ee1ef7a..9998cf21 100644 --- a/server/api/controllers/base-custom-field-groups/delete.js +++ b/server/api/controllers/base-custom-field-groups/delete.js @@ -18,7 +18,7 @@ * description: ID of the base custom field group to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Base custom field group deleted successfully diff --git a/server/api/controllers/base-custom-field-groups/update.js b/server/api/controllers/base-custom-field-groups/update.js index 5afa1887..31e44e1c 100644 --- a/server/api/controllers/base-custom-field-groups/update.js +++ b/server/api/controllers/base-custom-field-groups/update.js @@ -18,7 +18,7 @@ * description: ID of the base custom field group to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/board-memberships/create.js b/server/api/controllers/board-memberships/create.js index 694f47aa..f393cb9b 100755 --- a/server/api/controllers/board-memberships/create.js +++ b/server/api/controllers/board-memberships/create.js @@ -18,7 +18,7 @@ * description: ID of the board to add the user to * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -32,7 +32,7 @@ * userId: * type: string * description: ID of the user to add to the board - * example: 1357158568008091265 + * example: "1357158568008091265" * role: * type: string * enum: [editor, viewer] diff --git a/server/api/controllers/board-memberships/delete.js b/server/api/controllers/board-memberships/delete.js index 63637431..bb4f410b 100755 --- a/server/api/controllers/board-memberships/delete.js +++ b/server/api/controllers/board-memberships/delete.js @@ -18,7 +18,7 @@ * description: ID of the board membership to remove * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: User removed from board successfully diff --git a/server/api/controllers/board-memberships/update.js b/server/api/controllers/board-memberships/update.js index aa4ede77..49c1b773 100644 --- a/server/api/controllers/board-memberships/update.js +++ b/server/api/controllers/board-memberships/update.js @@ -18,7 +18,7 @@ * description: ID of the board membership to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/boards/create.js b/server/api/controllers/boards/create.js index c58787d2..ba921de6 100755 --- a/server/api/controllers/boards/create.js +++ b/server/api/controllers/boards/create.js @@ -18,7 +18,7 @@ * description: ID of the project to create the board in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/boards/delete.js b/server/api/controllers/boards/delete.js index 04f12b6b..11d17102 100755 --- a/server/api/controllers/boards/delete.js +++ b/server/api/controllers/boards/delete.js @@ -18,7 +18,7 @@ * description: ID of the board to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Board deleted successfully diff --git a/server/api/controllers/boards/show.js b/server/api/controllers/boards/show.js index 08b611f0..faded6a2 100755 --- a/server/api/controllers/boards/show.js +++ b/server/api/controllers/boards/show.js @@ -18,7 +18,7 @@ * description: ID of the board to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: subscribe * in: query * required: false diff --git a/server/api/controllers/boards/update.js b/server/api/controllers/boards/update.js index c2eeaf7b..af6a7816 100755 --- a/server/api/controllers/boards/update.js +++ b/server/api/controllers/boards/update.js @@ -18,7 +18,7 @@ * description: ID of the board to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/card-labels/create.js b/server/api/controllers/card-labels/create.js index f6ed4a0e..235ba073 100755 --- a/server/api/controllers/card-labels/create.js +++ b/server/api/controllers/card-labels/create.js @@ -18,7 +18,7 @@ * description: ID of the card to add the label to * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * labelId: * type: string * description: ID of the label to add to the card - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Label added to card successfully diff --git a/server/api/controllers/card-labels/delete.js b/server/api/controllers/card-labels/delete.js index e27b215e..8049a635 100755 --- a/server/api/controllers/card-labels/delete.js +++ b/server/api/controllers/card-labels/delete.js @@ -18,14 +18,14 @@ * description: ID of the card to remove the label from * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: labelId * in: path * required: true * description: ID of the label to remove from the card * schema: * type: string - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Label removed from card successfully diff --git a/server/api/controllers/card-memberships/create.js b/server/api/controllers/card-memberships/create.js index facd1fa3..fddc9748 100755 --- a/server/api/controllers/card-memberships/create.js +++ b/server/api/controllers/card-memberships/create.js @@ -18,7 +18,7 @@ * description: ID of the card to add the user to * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * userId: * type: string * description: ID of the card to add the user to - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: User added to card successfully diff --git a/server/api/controllers/card-memberships/delete.js b/server/api/controllers/card-memberships/delete.js index 733308ea..022c1024 100755 --- a/server/api/controllers/card-memberships/delete.js +++ b/server/api/controllers/card-memberships/delete.js @@ -18,14 +18,14 @@ * description: ID of the card to remove the user from * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: userId * in: path * required: true * description: ID of the user to remove from the card * schema: * type: string - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: User removed from card successfully diff --git a/server/api/controllers/cards/create.js b/server/api/controllers/cards/create.js index 70cea0cd..f51b9953 100755 --- a/server/api/controllers/cards/create.js +++ b/server/api/controllers/cards/create.js @@ -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: diff --git a/server/api/controllers/cards/delete.js b/server/api/controllers/cards/delete.js index b1611d43..527b2cd9 100755 --- a/server/api/controllers/cards/delete.js +++ b/server/api/controllers/cards/delete.js @@ -18,7 +18,7 @@ * description: ID of the card to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Card deleted successfully diff --git a/server/api/controllers/cards/duplicate.js b/server/api/controllers/cards/duplicate.js index ad22ae2a..5176692c 100644 --- a/server/api/controllers/cards/duplicate.js +++ b/server/api/controllers/cards/duplicate.js @@ -18,7 +18,7 @@ * description: ID of the card to duplicate * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/cards/index.js b/server/api/controllers/cards/index.js index 247f21d2..74451456 100644 --- a/server/api/controllers/cards/index.js +++ b/server/api/controllers/cards/index.js @@ -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 diff --git a/server/api/controllers/cards/read-notifications.js b/server/api/controllers/cards/read-notifications.js index e09e38ff..61fca2c8 100644 --- a/server/api/controllers/cards/read-notifications.js +++ b/server/api/controllers/cards/read-notifications.js @@ -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 diff --git a/server/api/controllers/cards/show.js b/server/api/controllers/cards/show.js index dac05c16..3d5837d3 100755 --- a/server/api/controllers/cards/show.js +++ b/server/api/controllers/cards/show.js @@ -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 diff --git a/server/api/controllers/cards/update.js b/server/api/controllers/cards/update.js index 05a7bec8..f6c947bc 100755 --- a/server/api/controllers/cards/update.js +++ b/server/api/controllers/cards/update.js @@ -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] diff --git a/server/api/controllers/comments/create.js b/server/api/controllers/comments/create.js index 85767711..735c630e 100755 --- a/server/api/controllers/comments/create.js +++ b/server/api/controllers/comments/create.js @@ -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: diff --git a/server/api/controllers/comments/delete.js b/server/api/controllers/comments/delete.js index 7ade05bb..8dc085a5 100755 --- a/server/api/controllers/comments/delete.js +++ b/server/api/controllers/comments/delete.js @@ -18,7 +18,7 @@ * description: ID of the comment to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Comment deleted successfully diff --git a/server/api/controllers/comments/index.js b/server/api/controllers/comments/index.js index 8abea4ed..0a9cf388 100644 --- a/server/api/controllers/comments/index.js +++ b/server/api/controllers/comments/index.js @@ -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 diff --git a/server/api/controllers/comments/update.js b/server/api/controllers/comments/update.js index f3d04aa2..3b0395f7 100755 --- a/server/api/controllers/comments/update.js +++ b/server/api/controllers/comments/update.js @@ -18,7 +18,7 @@ * description: ID of the comment to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/custom-field-groups/create-in-board.js b/server/api/controllers/custom-field-groups/create-in-board.js index 3cb51aad..e517d6df 100644 --- a/server/api/controllers/custom-field-groups/create-in-board.js +++ b/server/api/controllers/custom-field-groups/create-in-board.js @@ -18,7 +18,7 @@ * description: ID of the board to create the custom field group in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * baseCustomFieldGroupId: * type: string * description: ID of the base custom field group used as a template - * example: 1357158568008091265 + * example: "1357158568008091265" * position: * type: number * minimum: 0 diff --git a/server/api/controllers/custom-field-groups/create-in-card.js b/server/api/controllers/custom-field-groups/create-in-card.js index ad216311..54a29f2d 100644 --- a/server/api/controllers/custom-field-groups/create-in-card.js +++ b/server/api/controllers/custom-field-groups/create-in-card.js @@ -18,7 +18,7 @@ * description: ID of the card to create the custom field group in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * baseCustomFieldGroupId: * type: string * description: ID of the base custom field group used as a template - * example: 1357158568008091265 + * example: "1357158568008091265" * position: * type: number * minimum: 0 diff --git a/server/api/controllers/custom-field-groups/delete.js b/server/api/controllers/custom-field-groups/delete.js index 9d778001..bddce9db 100755 --- a/server/api/controllers/custom-field-groups/delete.js +++ b/server/api/controllers/custom-field-groups/delete.js @@ -18,7 +18,7 @@ * description: ID of the custom field group to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Custom field group deleted successfully diff --git a/server/api/controllers/custom-field-groups/show.js b/server/api/controllers/custom-field-groups/show.js index df3fa9f5..cb46145d 100644 --- a/server/api/controllers/custom-field-groups/show.js +++ b/server/api/controllers/custom-field-groups/show.js @@ -18,7 +18,7 @@ * description: ID of the custom field group to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Custom field group details retrieved successfully diff --git a/server/api/controllers/custom-field-groups/update.js b/server/api/controllers/custom-field-groups/update.js index d893188f..f41df72a 100755 --- a/server/api/controllers/custom-field-groups/update.js +++ b/server/api/controllers/custom-field-groups/update.js @@ -18,7 +18,7 @@ * description: ID of the custom field group to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/custom-field-values/create-or-update.js b/server/api/controllers/custom-field-values/create-or-update.js index f574e80a..f5b5f4e0 100644 --- a/server/api/controllers/custom-field-values/create-or-update.js +++ b/server/api/controllers/custom-field-values/create-or-update.js @@ -18,7 +18,7 @@ * description: ID of the card to set the custom field value for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -33,11 +33,11 @@ * customFieldGroupId: * type: string * description: ID of the custom field group the value belongs to - * example: 1357158568008091265 + * example: "1357158568008091265" * customFieldId: * type: string * description: ID of the custom field the value belongs to - * example: 1357158568008091266 + * example: "1357158568008091266" * content: * type: string * maxLength: 512 diff --git a/server/api/controllers/custom-field-values/delete.js b/server/api/controllers/custom-field-values/delete.js index 51c37ade..88ec2971 100644 --- a/server/api/controllers/custom-field-values/delete.js +++ b/server/api/controllers/custom-field-values/delete.js @@ -18,21 +18,21 @@ * description: ID of the card to delete the custom field value from * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: customFieldGroupId * in: path * required: true * description: ID of the custom field group the value belongs to * schema: * type: string - * example: 1357158568008091265 + * example: "1357158568008091265" * - name: customFieldId * in: path * required: true * description: ID of the custom field the value belongs to * schema: * type: string - * example: 1357158568008091266 + * example: "1357158568008091266" * responses: * 200: * description: Custom field value deleted successfully diff --git a/server/api/controllers/custom-fields/create-in-base-custom-field-group.js b/server/api/controllers/custom-fields/create-in-base-custom-field-group.js index 3d48ebf1..4c80021b 100644 --- a/server/api/controllers/custom-fields/create-in-base-custom-field-group.js +++ b/server/api/controllers/custom-fields/create-in-base-custom-field-group.js @@ -18,7 +18,7 @@ * description: ID of the base custom field group to create the custom field in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/custom-fields/create-in-custom-field-group.js b/server/api/controllers/custom-fields/create-in-custom-field-group.js index 02d30469..cedc3297 100644 --- a/server/api/controllers/custom-fields/create-in-custom-field-group.js +++ b/server/api/controllers/custom-fields/create-in-custom-field-group.js @@ -18,7 +18,7 @@ * description: ID of the custom field group to create the custom field in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/custom-fields/delete.js b/server/api/controllers/custom-fields/delete.js index c49094d6..2eef19f4 100755 --- a/server/api/controllers/custom-fields/delete.js +++ b/server/api/controllers/custom-fields/delete.js @@ -18,7 +18,7 @@ * description: ID of the custom field to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Custom field deleted successfully diff --git a/server/api/controllers/custom-fields/update.js b/server/api/controllers/custom-fields/update.js index da1ce469..31064347 100755 --- a/server/api/controllers/custom-fields/update.js +++ b/server/api/controllers/custom-fields/update.js @@ -18,7 +18,7 @@ * description: ID of the custom field to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/file-attachments/download-thumbnail.js b/server/api/controllers/file-attachments/download-thumbnail.js index 2d6259ab..36263102 100644 --- a/server/api/controllers/file-attachments/download-thumbnail.js +++ b/server/api/controllers/file-attachments/download-thumbnail.js @@ -18,7 +18,7 @@ * description: ID of the file attachment to download the thumbnail for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: fileName * in: path * required: true diff --git a/server/api/controllers/file-attachments/download.js b/server/api/controllers/file-attachments/download.js index ed8ad081..1f2b589c 100644 --- a/server/api/controllers/file-attachments/download.js +++ b/server/api/controllers/file-attachments/download.js @@ -18,7 +18,7 @@ * description: ID of the file attachment to download * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: File attachment content returned successfully diff --git a/server/api/controllers/labels/create.js b/server/api/controllers/labels/create.js index 5e71516e..84bbbea3 100755 --- a/server/api/controllers/labels/create.js +++ b/server/api/controllers/labels/create.js @@ -18,7 +18,7 @@ * description: ID of the board to create the label in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/labels/delete.js b/server/api/controllers/labels/delete.js index eb0c1279..0acd575a 100755 --- a/server/api/controllers/labels/delete.js +++ b/server/api/controllers/labels/delete.js @@ -18,7 +18,7 @@ * description: ID of the label to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Label deleted successfully diff --git a/server/api/controllers/labels/update.js b/server/api/controllers/labels/update.js index efef85c4..dda678bc 100755 --- a/server/api/controllers/labels/update.js +++ b/server/api/controllers/labels/update.js @@ -18,7 +18,7 @@ * description: ID of the label to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/lists/clear.js b/server/api/controllers/lists/clear.js index f2e8b59f..a79f3f7f 100644 --- a/server/api/controllers/lists/clear.js +++ b/server/api/controllers/lists/clear.js @@ -18,7 +18,7 @@ * description: ID of the list to clear (must be a trash-type list) * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: List cleared successfully diff --git a/server/api/controllers/lists/create.js b/server/api/controllers/lists/create.js index 72a7f416..c71d7eb9 100755 --- a/server/api/controllers/lists/create.js +++ b/server/api/controllers/lists/create.js @@ -18,7 +18,7 @@ * description: ID of the board to create the list in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/lists/delete.js b/server/api/controllers/lists/delete.js index d9ab9dc4..de0ebb10 100755 --- a/server/api/controllers/lists/delete.js +++ b/server/api/controllers/lists/delete.js @@ -18,7 +18,7 @@ * description: ID of the list to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: List deleted successfully diff --git a/server/api/controllers/lists/move-cards.js b/server/api/controllers/lists/move-cards.js index 20e54745..299db985 100644 --- a/server/api/controllers/lists/move-cards.js +++ b/server/api/controllers/lists/move-cards.js @@ -18,7 +18,7 @@ * description: ID of the source list (must be a closed-type list) * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * listId: * type: string * description: ID of the target list (must be an archive-type list) - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Cards moved successfully diff --git a/server/api/controllers/lists/show.js b/server/api/controllers/lists/show.js index 581c3520..31d1b301 100644 --- a/server/api/controllers/lists/show.js +++ b/server/api/controllers/lists/show.js @@ -18,7 +18,7 @@ * description: ID of the list to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: List details retrieved successfully diff --git a/server/api/controllers/lists/sort.js b/server/api/controllers/lists/sort.js index 8fde4fda..cad97bd4 100644 --- a/server/api/controllers/lists/sort.js +++ b/server/api/controllers/lists/sort.js @@ -18,7 +18,7 @@ * description: ID of the list to sort * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/lists/update.js b/server/api/controllers/lists/update.js index 57c4bdc5..85851997 100755 --- a/server/api/controllers/lists/update.js +++ b/server/api/controllers/lists/update.js @@ -18,7 +18,7 @@ * description: ID of the list to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -29,7 +29,7 @@ * boardId: * type: string * description: ID of the board to move list to - * example: 1357158568008091265 + * example: "1357158568008091265" * type: * type: string * enum: [active, closed] diff --git a/server/api/controllers/notification-services/create-in-board.js b/server/api/controllers/notification-services/create-in-board.js index cacda57e..1db0f707 100644 --- a/server/api/controllers/notification-services/create-in-board.js +++ b/server/api/controllers/notification-services/create-in-board.js @@ -18,7 +18,7 @@ * description: ID of the board to create notification service for * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/notification-services/create-in-user.js b/server/api/controllers/notification-services/create-in-user.js index 224649fb..b4546886 100644 --- a/server/api/controllers/notification-services/create-in-user.js +++ b/server/api/controllers/notification-services/create-in-user.js @@ -18,7 +18,7 @@ * description: ID of the user to create notification service for (must be the current user) * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/notification-services/delete.js b/server/api/controllers/notification-services/delete.js index 3144fb27..7dee2d07 100644 --- a/server/api/controllers/notification-services/delete.js +++ b/server/api/controllers/notification-services/delete.js @@ -18,7 +18,7 @@ * description: ID of the notification service to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Notification service deleted successfully diff --git a/server/api/controllers/notification-services/test.js b/server/api/controllers/notification-services/test.js index 3c1d663e..b9770d4a 100644 --- a/server/api/controllers/notification-services/test.js +++ b/server/api/controllers/notification-services/test.js @@ -18,7 +18,7 @@ * description: ID of the notification service to test * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Test notification sent successfully diff --git a/server/api/controllers/notification-services/update.js b/server/api/controllers/notification-services/update.js index e9d89159..129b4ba9 100644 --- a/server/api/controllers/notification-services/update.js +++ b/server/api/controllers/notification-services/update.js @@ -18,7 +18,7 @@ * description: ID of the notification service to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/notifications/show.js b/server/api/controllers/notifications/show.js index ff1a396e..436f83a2 100644 --- a/server/api/controllers/notifications/show.js +++ b/server/api/controllers/notifications/show.js @@ -18,7 +18,7 @@ * description: ID of the notification to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Notification details retrieved successfully diff --git a/server/api/controllers/notifications/update.js b/server/api/controllers/notifications/update.js index 03bab07a..7ea4e498 100644 --- a/server/api/controllers/notifications/update.js +++ b/server/api/controllers/notifications/update.js @@ -18,7 +18,7 @@ * description: ID of the notification to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/project-managers/create.js b/server/api/controllers/project-managers/create.js index 1441dfc0..30b1e0e9 100755 --- a/server/api/controllers/project-managers/create.js +++ b/server/api/controllers/project-managers/create.js @@ -18,7 +18,7 @@ * description: ID of the project to add the manager to * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * userId: * type: string * description: ID of the user who is assigned as project manager - * example: 1357158568008091265 + * example: "1357158568008091265" * responses: * 200: * description: Project manager added successfully diff --git a/server/api/controllers/project-managers/delete.js b/server/api/controllers/project-managers/delete.js index 163dfead..3a3d8353 100755 --- a/server/api/controllers/project-managers/delete.js +++ b/server/api/controllers/project-managers/delete.js @@ -18,7 +18,7 @@ * description: ID of the project manager to remove * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Project manager removed successfully diff --git a/server/api/controllers/projects/delete.js b/server/api/controllers/projects/delete.js index b7f656a3..777ba382 100755 --- a/server/api/controllers/projects/delete.js +++ b/server/api/controllers/projects/delete.js @@ -18,7 +18,7 @@ * description: ID of the project to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Project deleted successfully diff --git a/server/api/controllers/projects/show.js b/server/api/controllers/projects/show.js index 530e5495..cecc524d 100644 --- a/server/api/controllers/projects/show.js +++ b/server/api/controllers/projects/show.js @@ -18,7 +18,7 @@ * description: ID of the project to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Project details retrieved successfully diff --git a/server/api/controllers/projects/update.js b/server/api/controllers/projects/update.js index ccefb40e..1b3d31fd 100755 --- a/server/api/controllers/projects/update.js +++ b/server/api/controllers/projects/update.js @@ -18,7 +18,7 @@ * description: ID of the project to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -30,12 +30,12 @@ * 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 * maxLength: 128 diff --git a/server/api/controllers/task-lists/create.js b/server/api/controllers/task-lists/create.js index e54c72a4..8a7a9dd2 100755 --- a/server/api/controllers/task-lists/create.js +++ b/server/api/controllers/task-lists/create.js @@ -18,7 +18,7 @@ * description: ID of the card to create task list in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/task-lists/delete.js b/server/api/controllers/task-lists/delete.js index d014134d..cdc1b90e 100755 --- a/server/api/controllers/task-lists/delete.js +++ b/server/api/controllers/task-lists/delete.js @@ -18,7 +18,7 @@ * description: ID of the task list to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Task list deleted successfully diff --git a/server/api/controllers/task-lists/show.js b/server/api/controllers/task-lists/show.js index 32089f8a..3bfcc13c 100644 --- a/server/api/controllers/task-lists/show.js +++ b/server/api/controllers/task-lists/show.js @@ -18,7 +18,7 @@ * description: ID of the task list to retrieve * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Task list details retrieved successfully diff --git a/server/api/controllers/task-lists/update.js b/server/api/controllers/task-lists/update.js index 37c70707..e49187a2 100755 --- a/server/api/controllers/task-lists/update.js +++ b/server/api/controllers/task-lists/update.js @@ -18,7 +18,7 @@ * description: ID of the task list to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/tasks/create.js b/server/api/controllers/tasks/create.js index cd1b6997..677f56c5 100755 --- a/server/api/controllers/tasks/create.js +++ b/server/api/controllers/tasks/create.js @@ -18,7 +18,7 @@ * description: ID of the task list to create task in * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -31,7 +31,7 @@ * linkedCardId: * type: string * description: ID of the card linked to the task - * example: 1357158568008091265 + * example: "1357158568008091265" * position: * type: number * minimum: 0 diff --git a/server/api/controllers/tasks/delete.js b/server/api/controllers/tasks/delete.js index 64d6afc3..6e49890f 100755 --- a/server/api/controllers/tasks/delete.js +++ b/server/api/controllers/tasks/delete.js @@ -18,7 +18,7 @@ * description: ID of the task to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Task deleted successfully diff --git a/server/api/controllers/tasks/update.js b/server/api/controllers/tasks/update.js index 6d855511..7b5bfe4a 100755 --- a/server/api/controllers/tasks/update.js +++ b/server/api/controllers/tasks/update.js @@ -18,7 +18,7 @@ * description: ID of the task to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: @@ -29,12 +29,12 @@ * taskListId: * type: string * description: ID of the task list to move the task to - * example: 1357158568008091265 + * example: "1357158568008091265" * assigneeUserId: * type: string * nullable: true * description: ID of the user assigned to the task (null to unassign) - * example: 1357158568008091266 + * example: "1357158568008091266" * position: * type: number * minimum: 0 diff --git a/server/api/controllers/users/delete.js b/server/api/controllers/users/delete.js index a03ab25a..dcf36b85 100755 --- a/server/api/controllers/users/delete.js +++ b/server/api/controllers/users/delete.js @@ -18,7 +18,7 @@ * description: ID of the user to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: User deleted successfully diff --git a/server/api/controllers/users/show.js b/server/api/controllers/users/show.js index ec3b7b66..b8f8baab 100755 --- a/server/api/controllers/users/show.js +++ b/server/api/controllers/users/show.js @@ -18,7 +18,7 @@ * description: ID of the user or 'me' for current user * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * - name: subscribe * in: query * required: false diff --git a/server/api/controllers/users/update-avatar.js b/server/api/controllers/users/update-avatar.js index ebb6a5e7..93b96211 100755 --- a/server/api/controllers/users/update-avatar.js +++ b/server/api/controllers/users/update-avatar.js @@ -18,7 +18,7 @@ * description: ID of the user whose avatar to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/users/update-email.js b/server/api/controllers/users/update-email.js index a6d8f4e9..b713930e 100644 --- a/server/api/controllers/users/update-email.js +++ b/server/api/controllers/users/update-email.js @@ -18,7 +18,7 @@ * description: ID of the user whose email to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/users/update-password.js b/server/api/controllers/users/update-password.js index 83495fb8..4bd7dae9 100644 --- a/server/api/controllers/users/update-password.js +++ b/server/api/controllers/users/update-password.js @@ -18,7 +18,7 @@ * description: ID of the user whose password to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/users/update-username.js b/server/api/controllers/users/update-username.js index aaed9a34..5a8d8f00 100644 --- a/server/api/controllers/users/update-username.js +++ b/server/api/controllers/users/update-username.js @@ -18,7 +18,7 @@ * description: ID of the user whose username to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/users/update.js b/server/api/controllers/users/update.js index a5677276..538f5160 100755 --- a/server/api/controllers/users/update.js +++ b/server/api/controllers/users/update.js @@ -18,7 +18,7 @@ * description: ID of the user to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/controllers/webhooks/delete.js b/server/api/controllers/webhooks/delete.js index d6664fe7..edc5e5f0 100644 --- a/server/api/controllers/webhooks/delete.js +++ b/server/api/controllers/webhooks/delete.js @@ -18,7 +18,7 @@ * description: ID of the webhook to delete * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * responses: * 200: * description: Webhook deleted successfully diff --git a/server/api/controllers/webhooks/update.js b/server/api/controllers/webhooks/update.js index b0c8ebdd..4748fdae 100644 --- a/server/api/controllers/webhooks/update.js +++ b/server/api/controllers/webhooks/update.js @@ -18,7 +18,7 @@ * description: ID of the webhook to update * schema: * type: string - * example: 1357158568008091264 + * example: "1357158568008091264" * requestBody: * required: true * content: diff --git a/server/api/models/Action.js b/server/api/models/Action.js index 8b750f03..71e44d9f 100755 --- a/server/api/models/Action.js +++ b/server/api/models/Action.js @@ -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] diff --git a/server/api/models/Attachment.js b/server/api/models/Attachment.js index 467a380e..bbc9b37d 100644 --- a/server/api/models/Attachment.js +++ b/server/api/models/Attachment.js @@ -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] diff --git a/server/api/models/BackgroundImage.js b/server/api/models/BackgroundImage.js index b477bafd..dd0cf0f8 100644 --- a/server/api/models/BackgroundImage.js +++ b/server/api/models/BackgroundImage.js @@ -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 diff --git a/server/api/models/BaseCustomFieldGroup.js b/server/api/models/BaseCustomFieldGroup.js index 13759299..e134826b 100755 --- a/server/api/models/BaseCustomFieldGroup.js +++ b/server/api/models/BaseCustomFieldGroup.js @@ -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 diff --git a/server/api/models/Board.js b/server/api/models/Board.js index 2c6af619..3aea0276 100755 --- a/server/api/models/Board.js +++ b/server/api/models/Board.js @@ -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 diff --git a/server/api/models/BoardMembership.js b/server/api/models/BoardMembership.js index 72850a99..2c6612bc 100644 --- a/server/api/models/BoardMembership.js +++ b/server/api/models/BoardMembership.js @@ -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] diff --git a/server/api/models/Card.js b/server/api/models/Card.js index e25e0712..8304982d 100755 --- a/server/api/models/Card.js +++ b/server/api/models/Card.js @@ -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] diff --git a/server/api/models/CardLabel.js b/server/api/models/CardLabel.js index 4c000eec..0dcf20dd 100755 --- a/server/api/models/CardLabel.js +++ b/server/api/models/CardLabel.js @@ -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 diff --git a/server/api/models/CardMembership.js b/server/api/models/CardMembership.js index 99ef2770..eabf3cdb 100755 --- a/server/api/models/CardMembership.js +++ b/server/api/models/CardMembership.js @@ -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 diff --git a/server/api/models/Comment.js b/server/api/models/Comment.js index f97d8155..72faf83b 100644 --- a/server/api/models/Comment.js +++ b/server/api/models/Comment.js @@ -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 diff --git a/server/api/models/CustomField.js b/server/api/models/CustomField.js index c6421041..08e513c6 100755 --- a/server/api/models/CustomField.js +++ b/server/api/models/CustomField.js @@ -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 diff --git a/server/api/models/CustomFieldGroup.js b/server/api/models/CustomFieldGroup.js index eeec106e..fb0cdc83 100755 --- a/server/api/models/CustomFieldGroup.js +++ b/server/api/models/CustomFieldGroup.js @@ -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 diff --git a/server/api/models/CustomFieldValue.js b/server/api/models/CustomFieldValue.js index 63ca29ba..4c2d1735 100644 --- a/server/api/models/CustomFieldValue.js +++ b/server/api/models/CustomFieldValue.js @@ -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 diff --git a/server/api/models/Label.js b/server/api/models/Label.js index e4a23d1e..82db0cf6 100755 --- a/server/api/models/Label.js +++ b/server/api/models/Label.js @@ -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 diff --git a/server/api/models/List.js b/server/api/models/List.js index 42a5b709..9c6580ec 100755 --- a/server/api/models/List.js +++ b/server/api/models/List.js @@ -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] diff --git a/server/api/models/Notification.js b/server/api/models/Notification.js index e79d28d7..b8a288f6 100755 --- a/server/api/models/Notification.js +++ b/server/api/models/Notification.js @@ -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] diff --git a/server/api/models/NotificationService.js b/server/api/models/NotificationService.js index 20407c53..8bb8fa6c 100644 --- a/server/api/models/NotificationService.js +++ b/server/api/models/NotificationService.js @@ -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 diff --git a/server/api/models/Project.js b/server/api/models/Project.js index d463e4c7..1b2118e7 100755 --- a/server/api/models/Project.js +++ b/server/api/models/Project.js @@ -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 diff --git a/server/api/models/ProjectManager.js b/server/api/models/ProjectManager.js index 370ca68b..f66cbc15 100644 --- a/server/api/models/ProjectManager.js +++ b/server/api/models/ProjectManager.js @@ -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 diff --git a/server/api/models/Task.js b/server/api/models/Task.js index 49381362..879aae83 100755 --- a/server/api/models/Task.js +++ b/server/api/models/Task.js @@ -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 diff --git a/server/api/models/TaskList.js b/server/api/models/TaskList.js index 570a1041..5e9d8ac1 100644 --- a/server/api/models/TaskList.js +++ b/server/api/models/TaskList.js @@ -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 diff --git a/server/api/models/User.js b/server/api/models/User.js index 99dc68d3..4cdedad3 100755 --- a/server/api/models/User.js +++ b/server/api/models/User.js @@ -26,7 +26,7 @@ * id: * type: string * description: Unique identifier for the user - * example: 1357158568008091264 + * example: "1357158568008091264" * email: * type: string * format: email diff --git a/server/api/models/Webhook.js b/server/api/models/Webhook.js index 5241716e..0affe11a 100644 --- a/server/api/models/Webhook.js +++ b/server/api/models/Webhook.js @@ -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