We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ブログ記事を更新します
PUT https://your-host/your-mt-api.cgi/v1/sites/:site_id/entries/:entry_id 詳細
XMLHttpRequest: XMLHttpRequestオブジェクト
api.updateEntry(siteId, entryId, entryData, function(response) { if (response.error) { // エラー処理 return; } // レスポンスデータを使った処理 });