Hi! I couldn't find a way to set a page's icon (emoji or external) when creating or updating pages. Is this currently supported and I'm just missing it, or is it not available yet?
I've noticed:
notion page view correctly displays emojis in the page header
notion page set and notion page create don't seem to support updating the page icon or the cover
- The
notion api PATCH /v1/pages/<id> --body '{"icon": {"emoji": "<emoji>"}}' workaround works
I was wondering if there was a more idiomatic way to proceed without falling back to the raw api call.
Thank you!
Hi! I couldn't find a way to set a page's icon (emoji or external) when creating or updating pages. Is this currently supported and I'm just missing it, or is it not available yet?
I've noticed:
notion page viewcorrectly displays emojis in the page headernotion page setandnotion page createdon't seem to support updating the page icon or the covernotion api PATCH /v1/pages/<id> --body '{"icon": {"emoji": "<emoji>"}}'workaround worksI was wondering if there was a more idiomatic way to proceed without falling back to the raw api call.
Thank you!