コメント: markAsSpam
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認証が必要です
コメントをスパムとしてマークします。これにより、コメントのステータスが spam
に設定され、デフォルトのコメント レンダリングで非表示になります。こちらから今すぐお試しください。
リクエスト
HTTP リクエスト
POST https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/comments/commentId/spam
パラメータ
パラメータ名 |
価値 |
説明 |
必須パラメータ |
blogId |
string |
ブログの ID。
|
postId |
string |
投稿の ID。
|
認可
このリクエストは、少なくとも次のうち 1 つのスコープでの承認が必要です(認証と承認の詳細をご確認ください)。
範囲 |
https://www.googleapis.com/auth/blogger |
リクエスト本文
このメソッドをリクエストの本文に含めないでください。
試してみよう:
以下の API Explorer を使用して、ライブデータに対してこのメソッドを呼び出し、レスポンスを確認してください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-26 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-06-26 UTC。"],[[["Marks a comment as spam, setting its status to 'spam' and hiding it by default."],["Requires authorization with the `https://www.googleapis.com/auth/blogger` scope."],["The request is sent as a POST method to a specific endpoint including blogId, postId, and commentId."],["No request body is needed for this operation."],["A successful call returns a `Comments resource` reflecting the updated status of the comment."]]],[]]