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
public_url
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>" }
The text was updated successfully, but these errors were encountered:
add #72
909945b
lastorel
Successfully merging a pull request may close this issue.
When a page or database has been shared publicly, the response body will include a
public_url
value.The text was updated successfully, but these errors were encountered: