Reorder API has Changed?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
I have a few scripts that automatically move Nextcloud Deck cards to another stack when overdue. These no longer work with the current version.
I use this endpoint as described in the API:
/boards/{boardId}/stacks/{stackId}/cards/{cardId}/reorder
In my opinion, this was also used for the web interface.
However, the web interface now uses this endpoint:
/cards/{cardId}/reorder as the endpoint.
Has the API changed here and the documentation has not been adapted?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the documented /boards/{boardId}/stacks/{stackId}/cards/{cardId}/reorder endpoint with the web interface's /cards/{cardId}/reorder request. Confirm which endpoint is currently supported and whether the API documentation matches; done means the documentation and endpoint usage are consistent for scripts like those described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100