mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-12-23 23:51:17 +02:00
Add tests for "create page" endpoint
This commit is contained in:
@@ -3,7 +3,7 @@ package notion
|
||||
import "time"
|
||||
|
||||
type RichText struct {
|
||||
Type RichTextType `json:"type"`
|
||||
Type RichTextType `json:"type,omitempty"`
|
||||
Annotations *Annotations `json:"annotations,omitempty"`
|
||||
|
||||
PlainText string `json:"plain_text,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user