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
block_update()
block.block_update(block_obj=b2) doesn't work properly there is wrong order when self.obj is processed id is lost
block.block_update(block_obj=b2)
2022-05-13 20:16:44,527 - pytion.query - INFO - Request patch https://api.notion.com/v1/blocks/ 2022-05-13 20:16:44,527 - pytion.query - DEBUG - METHOD: PATCH 2022-05-13 20:16:44,527 - pytion.query - DEBUG - URL: https://api.notion.com/v1/blocks/ 2022-05-13 20:16:44,527 - pytion.query - DEBUG - DATA: {'archived': False, 'to_do': {'rich_text': [{'type': 'text', 'text': {'content': 'Good bye', 'link': None}}], 'checked': True}} 2022-05-13 20:16:44,872 - pytion.query - DEBUG - STATUS CODE: 400 2022-05-13 20:16:44,873 - pytion.query - DEBUG - CONTENT: b'{"object":"error","status":400,"code":"invalid_request_url","message":"Invalid request URL."}'
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
#23 fixed
0bb1b79
Merge pull request #25 from lastorel/dev-i23
b04d3e3
lastorel
Successfully merging a pull request may close this issue.
block.block_update(block_obj=b2)
doesn't work properlythere is wrong order when self.obj is processed id is lost
The text was updated successfully, but these errors were encountered: