-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small api fixes #1962
Small api fixes #1962
Conversation
This allows to see the progress of the generation of the Docker image.
6eeb708 (Fix cards export and add customFields export.) is incomplete as it allows to export newer cards inserted in the db after the linkedId has been set, but not older cards present in an earlier version of wekan. Allow both null and empty value to be retrieved to match all cards. related wekan#1873
All of the other REST API are in the form 'modelId' but a few ones in boards.js and users.js. Change it for a more uniform API.
Calling GET on /api/board/XXXX/customfields returns a 500 error: TypeError: Converting circular structure to JSON
Allows to change the members from the API
Allows to change the members from the API.
For changes to REST API, please document it to wiki directly to some related or new page: |
- Also export the cards created with an older wekan instance (without linked cards) (related to #1873); - Fix the GET customFields API that was failing; - Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users); - Allow to change the swimlane of a card from the API. Thanks to bentiss !
I just sent a PR to automatically generate the docs: #1965. If you don't like it, I can always copy/paste the markdown in the wiki. |
A small batch of updates to provide a few fixes for the REST API:
add
andremove
users)Note: I signed an Apache like CLA and directly sent to @xet7, as my employer didn't want me to sign the current wekan CLA
This change is