mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 22:48:07 +01:00
v7.44
This commit is contained in:
parent
e14bb16d60
commit
a8e520e7f0
8 changed files with 46 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: Wekan REST API
|
||||
version: v7.43
|
||||
version: v7.44
|
||||
description: |
|
||||
The REST API allows you to control and extend Wekan with ease.
|
||||
|
||||
|
|
@ -3736,6 +3736,10 @@ definitions:
|
|||
description: |
|
||||
The type of list
|
||||
type: string
|
||||
collapsed:
|
||||
description: |
|
||||
is the list collapsed
|
||||
type: boolean
|
||||
required:
|
||||
- title
|
||||
- archived
|
||||
|
|
@ -3744,6 +3748,7 @@ definitions:
|
|||
- createdAt
|
||||
- modifiedAt
|
||||
- type
|
||||
- collapsed
|
||||
ListsWiplimit:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -3835,6 +3840,10 @@ definitions:
|
|||
description: |
|
||||
The type of swimlane
|
||||
type: string
|
||||
collapsed:
|
||||
description: |
|
||||
is the swimlane collapsed
|
||||
type: boolean
|
||||
required:
|
||||
- title
|
||||
- archived
|
||||
|
|
@ -3842,3 +3851,4 @@ definitions:
|
|||
- createdAt
|
||||
- modifiedAt
|
||||
- type
|
||||
- collapsed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue