mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
change restore to unarchive
This commit is contained in:
parent
d3c237bc66
commit
003a07ebce
2 changed files with 8 additions and 8 deletions
|
|
@ -2705,12 +2705,12 @@ paths:
|
|||
type: string
|
||||
value:
|
||||
type: object
|
||||
/api/boards/{board}/lists/{list}/cards/{card}/restore:
|
||||
/api/boards/{board}/lists/{list}/cards/{card}/unarchive:
|
||||
post:
|
||||
operationId: restore_card
|
||||
summary: Restore a card from the archive
|
||||
operationId: unarchive_card
|
||||
summary: Unarchive card
|
||||
description: |
|
||||
Restore a card from the archive
|
||||
Unarchive card
|
||||
tags:
|
||||
- Cards
|
||||
consumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue