Skip to content
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

Add support for public_url on Page and Database object #372

Closed
KoditkarVedant opened this issue Sep 16, 2023 · 0 comments · Fixed by #379
Closed

Add support for public_url on Page and Database object #372

KoditkarVedant opened this issue Sep 16, 2023 · 0 comments · Fixed by #379
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@KoditkarVedant
Copy link
Contributor

The new public_url property was added to the docs. When a page or database has been shared publicly, the response body will include a public_url value.

{
  "object": "page",
  "id": "<id>",
  "created_time": "2023-06-02T19:54:00.000Z",
  "last_edited_time": "2023-06-02T23:04:00.000Z",
  "created_by": { ... },
  "last_edited_by": { ... },
  "cover": null,
  "icon": null,
  "parent": { ... },
  "archived": false,
  "properties": { ... },
  "url": "<url>",
  "public_url": "<public-url>"
} 

Notion Changelog: https://developers.notion.com/page/changelog#june-13---july-10-2023

@KoditkarVedant KoditkarVedant added enhancement New feature or request good first issue Good for newcomers labels Sep 16, 2023
@KoditkarVedant KoditkarVedant added this to the 4.2.0 milestone Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant