瀏覽代碼

Support `author` parameter on posts

main
Matt Baer 2 年之前
父節點
當前提交
c00064f688
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      post.go

+ 2
- 0
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"`



Loading…
取消
儲存