Переглянути джерело

Merge pull request #5043 from Pandetthe/master

Fix assignees description
Lauri Ojansivu 1 рік тому
батько
коміт
f9ed7e1baf
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -3304,7 +3304,7 @@ if (Meteor.isServer) {
    * @param {string} description the description of the new card
    * @param {string} description the description of the new card
    * @param {string} swimlaneId the swimlane ID of the new card
    * @param {string} swimlaneId the swimlane ID of the new card
    * @param {string} [members] the member IDs list of the new card
    * @param {string} [members] the member IDs list of the new card
-   * @param {string} [assignees] the array of maximum one ID of assignee of the new card
+   * @param {string} [assignees] the assignee IDs list of the new card
    * @return_type {_id: string}
    * @return_type {_id: string}
    */
    */
   JsonRoutes.add('POST', '/api/boards/:boardId/lists/:listId/cards', function(
   JsonRoutes.add('POST', '/api/boards/:boardId/lists/:listId/cards', function(