-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[BUG] Update Page does not support Status type #6310
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
Comments
Isn't possible to update https://developers.notion.com/reference/property-object#status |
Ahh that explains it...
…On Mon, 15 May 2023, 15:26 Lucas Caresia, ***@***.***> wrote:
Isn't possible to update stats type field by API, only from Notion UI.
One solution is change the Status field to type select
[image: image]
<https://user-images.githubusercontent.com/12402324/238379375-97e50357-008a-4124-95c1-3c259e6c5c57.png>
https://developers.notion.com/reference/property-object#status
—
Reply to this email directly, view it on GitHub
<#6310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQQESWJLPFGRJISGCJFCF3XGI4I5ANCNFSM6AAAAAAXXWFCTM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@dannyroosevelt Can I delete this task? |
Hello @lcaresia , I think this issue was closed because the API limitation text was misunderstood. The API warning text is specifically telling you what its limitations are:
What you can do, which is not specifically outlined in the warning:
Could somebody please consider reopening this and taking another look, please? |
@dharrison27 I will take a look on this, thanks for your research about it. |
Describe the bug
When updating a page, status type properties are not updated.
To Reproduce
Steps to reproduce the behavior:
"id": "abcc967b-5135-4217-8677-ba840fd8b008",
"name": "In progress",
"color": "blue"
}, "Done"]
Expected behavior
The page should have the Status and Updated fields updated with the values mentioned in the steps to reproduce.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
From what I understand, the Status type is an object with 3 properties as per notion documentation: https://developers.notion.com/reference/page-property-values#status
reviewing the source code of the update_page component, led me to the notion page properties common resource:
https://github.com/PipedreamHQ/pipedream/blob/master/components/notion/common/notion-page-properties.mjs
And it seems that status is not included in the integration.
The text was updated successfully, but these errors were encountered: