Google は AI 技術を使用して、コンテンツをご希望の言語に翻訳しています。AI 翻訳には誤りが含まれる場合があります。
Method: references.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
PATCH https://youtubepartner.googleapis.com/youtube/partner/v1/references/{referenceId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
| パラメータ |
referenceId |
string
referenceId パラメータには、更新する参照の YouTube 参照 ID を指定します。
|
クエリ パラメータ
| パラメータ |
onBehalfOfContentOwner |
string
onBehalfOfContentOwner パラメータは、ユーザーがその代理として動作するコンテンツ所有者を識別します。このパラメータは、アカウントが複数のコンテンツ所有者に関連付けられているユーザーをサポートします。
|
releaseClaims |
boolean
releaseClaims パラメータは、この参照に関連付けられているすべての一致申し立てを取り下げることを示します。このパラメータは、申し立てのステータスが「無効」に更新されている場合にのみ機能します。パラメータの値を true に設定すると、この参照によって生成されたすべての一致申し立てを解放できます。
|
リクエストの本文
リクエストの本文には Reference のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Reference のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/youtubepartner
詳細については、OAuth 2.0 Overview をご覧ください。
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-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"]],["最終更新日 2025-08-21 UTC。"],[],["This document details how to patch a YouTube reference using a PATCH HTTP request to the specified URL, including the reference ID as a path parameter. Optional query parameters allow acting on behalf of a content owner or releasing match claims. The request and response bodies both utilize the `Reference` resource. The process requires OAuth authorization with the `https://www.googleapis.com/auth/youtubepartner` scope. A try it section is available.\n"]]