We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the library does not support modifying multiple tasks while the API does. ([PUT] /tasks/{taskId},{taskId},... - up to 100 IDs).
[PUT] /tasks/{taskId},{taskId},... - up to 100 IDs
It would be nice to implement this in order to have parity with the APIs functions as described here
The text was updated successfully, but these errors were encountered:
@heuristicAL thanks for your comment.
Seems that Wrike has added new endpoints to their API since I finished implementing all of the existing ones. I'll try to add it soon...
Sorry, something went wrong.
staviloglu
No branches or pull requests
Issue description
Currently, the library does not support modifying multiple tasks while the API does. (
[PUT] /tasks/{taskId},{taskId},... - up to 100 IDs
).It would be nice to implement this in order to have parity with the APIs functions as described here
Additional details / screenshot
The text was updated successfully, but these errors were encountered: