1
0
mirror of https://github.com/writeas/go-writeas.git synced 2025-07-27 15:18:28 +00:00

Support author parameter on posts

This commit is contained in:
Matt Baer 2021-10-15 15:55:59 -04:00
parent 22e135ac8a
commit c00064f688

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"`