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
Let's take this sample code:
for activity in activities: activity["attributes"]["transferred"] = True timed.activities.patch( activity["id"], activity["attributes"], {"task": task} )
However the activity transferred status is still false:
{"data":{"type":"activities","id":"172593","attributes":{"from-time":"00:44:10","to-time":"00:44:13","comment":"","date":"2023-07-21","transferred":false,"review":false,"not-billable":false},"relationships":{"user":{"data":{"type":"users","id":"199"}},"task":{"data":{"type":"tasks","id":"3604682"}}}}}
The text was updated successfully, but these errors were encountered:
Is this still happening?
Sorry, something went wrong.
c0rydoras
No branches or pull requests
Let's take this sample code:
However the activity transferred status is still false:
The text was updated successfully, but these errors were encountered: