Documentドキュメント
カテゴリ編集
PUT /blog/v1/category/edit
Parameters
Name | Type | Description |
---|---|---|
id | 文字列 | [必須] 対象ブログのドメイン (ブログID) |
category_name | 文字列 | [必須] カテゴリ名 |
category_path | 文字列 | [必須] 新カテゴリパス名 |
category_id | 数値 | [必須] カテゴリID |
Response
Status: 200 OK
{
"json": {
"result": "ok",
"message": "カテゴリーを更新しました。"
"data": null
}
}