mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 23:22:33 +01:00
v5.34
This commit is contained in:
parent
d09151d8f3
commit
d0c417b17d
8 changed files with 25 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue