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.
静的アーカイブを再構築します
GET https://your-host/your-mt-api.cgi/v1/publish/entries
XMLHttpRequest: XMLHttpRequestオブジェクト
api.publishEntries({ids: "1,2,3"}, function(response) { if (response.error) { // Handle error return; } if (response.status === 'Rebuilding') { if (response.restIds) { // Rebuilding individual archives else { // Rebuilding index archives } } else if (response.status === 'Complete') { // Complete } });