文章 Create Blog REST 端点

URLs

POST api/v1/blogs.xml (or .json)

CREATE a new blog.

请求参数

名称

类型

描述

必需

默认值

选项

GroupId

int?

Group Id

Name

string

Name

Key

string

If not specified, the key will be generated.

Description

string

Default is an empty string.

Enabled

bool?

Default is true.

Authors

string

Comman separated list of author usernames

ExtendedAttributes

RestExtendedAttributes

Extended Attributes

DefaultPostImageUrl

string

Default Post Image Url.