This commit is contained in:
Lauri Ojansivu 2021-06-11 15:35:13 +03:00
parent d09151d8f3
commit d0c417b17d
8 changed files with 25 additions and 11 deletions

View file

@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
version: v5.33
version: v5.34
description: |
The REST API allows you to control and extend Wekan with ease.
@ -2780,6 +2780,10 @@ definitions:
description: |
Does the board allows requested by?
type: boolean
allowsCardSortingByNumber:
description: |
Does the board allows card sorting by number?
type: boolean
allowsAssignedBy:
description: |
Does the board allows requested by?
@ -2876,6 +2880,7 @@ definitions:
- allowsAssignee
- allowsMembers
- allowsRequestedBy
- allowsCardSortingByNumber
- allowsAssignedBy
- allowsReceivedDate
- allowsStartDate