Page Summary
-
This endpoint updates an existing YouTube reference using a PUT HTTP request to a specific URL with the reference ID included as a path parameter.
-
The request requires the
referenceIdpath parameter to specify the YouTube reference to be updated, along with optional query parameters likeonBehalfOfContentOwnerandreleaseClaims. -
The request body should contain an instance of the
Referenceresource, and a successful response will also contain an instance of the sameReferenceresource. -
Updating a reference requires authorization with the
https://www.googleapis.com/auth/youtubepartnerOAuth scope. -
The releaseClaims query parameter allows for releasing all match claims associated with a reference, but only if the claim's status is being set to inactive.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a reference.
HTTP request
PUT https://youtubepartner.googleapis.com/youtube/partner/v1/references/{referenceId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
referenceId |
The |
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner |
The |
releaseClaims |
The |
Request body
The request body contains an instance of Reference.
Response body
If successful, the response body contains an instance of Reference.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.