Skip to content

Commit

Permalink
Add Public URL field to page object
Browse files Browse the repository at this point in the history
Can be seen in example on docs page: https://developers.notion.com/reference/page
  • Loading branch information
evanfuller authored and jomei committed Jul 15, 2023
1 parent 14f278a commit 2e9d97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ type Page struct {
Properties Properties `json:"properties"`
Parent Parent `json:"parent"`
URL string `json:"url"`
PublicURL string `json:"public_url"`
Icon *Icon `json:"icon,omitempty"`
Cover *Image `json:"cover,omitempty"`
}
Expand Down

0 comments on commit 2e9d97c

Please sign in to comment.