From c00064f688130b5c5ce2823c0bf875c4e951f4f0 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 15 Oct 2021 15:55:59 -0400 Subject: [PATCH] Support `author` parameter on posts --- post.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post.go b/post.go index 0e2738a..2a5de4c 100644 --- a/post.go +++ b/post.go @@ -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"`