文章 Update Blog REST 端点

URLs

PUT api/v1/blogs/{id}.xml (or .json)

UPDATE a blog.

请求参数

名称

类型

描述

必需

默认值

选项

Id

int?

Id

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.