Fix assignees description

pull/5043/head
Jakub Jurczyk 2 years ago committed by GitHub
parent 31636eb0c0
commit aca6ba5270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      models/cards.js

@ -3304,7 +3304,7 @@ if (Meteor.isServer) {
* @param {string} description the description 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} [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}
*/
JsonRoutes.add('POST', '/api/boards/:boardId/lists/:listId/cards', function(

Loading…
Cancel
Save