-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug
If archived=False
is explicitly given in a PUT request to update a card, the card gets archived even though it should explicitly not be.
To Reproduce
Steps to reproduce the behavior:
- Create a card in some way (API or via the interface)
- Send a PUT request to change a card and specify archived=False, e.g.:
curl -X PUT -d title=TITLE -d type=plain -d owner=OWNER -d archived=False -u USER:PASSWORD https://INSTANCE_URL/apps/deck/api/v1.0/boards/X/stacks/X/cards/X
- The card is now archived, even though it should not be.
Expected behavior
The card should be updated, but not be archived.
Metadata
Metadata
Assignees
Labels
No labels