投稿: 公開
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認証が必要です
投稿の下書きを公開する。
実習をご覧ください。
リクエスト
HTTP リクエスト
POST https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/publish
パラメータ
パラメータ名 |
値 |
説明 |
必須パラメータ |
blogId |
string |
ブログの ID。
|
postId |
string |
投稿の ID。
|
オプション パラメータ |
publishDate |
datetime |
投稿の公開をスケジュール設定する日時。
|
承認
このリクエストは、少なくとも次のうち 1 つのスコープでの承認が必要です(認証と承認の詳細をご確認ください)。
スコープ |
https://www.googleapis.com/auth/blogger |
リクエスト本文
このメソッドをリクエストの本文に含めないでください。
試してみよう:
以下の API Explorer を使用して、ライブデータに対してこのメソッドを呼び出し、レスポンスを確認してください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-21 UTC。"],[[["Publish a draft blog post using the `POST` method and providing the `blogId` and `postId`."],["Optionally, schedule the post's publishing date and time using the `publishDate` parameter."],["This request requires authorization with the `https://www.googleapis.com/auth/blogger` scope."],["No request body is needed for this operation."],["A successful response returns a `Posts` resource representing the published post."]]],[]]