Browse Source

Support `author` parameter on posts

main
Matt Baer 2 years ago
parent
commit
c00064f688
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      post.go

+ 2
- 0
post.go View File

@@ -52,6 +52,8 @@ type (
IsRTL *bool `json:"rtl,omitempty"`
Language *string `json:"lang,omitempty"`

AuthorSlug *string `json:"author"`

// Parameters only for creating
Crosspost []map[string]string `json:"crosspost,omitempty"`



Loading…
Cancel
Save