Skip to content

Add Watermarks endpoints #31

@brandonbothell

Description

@brandonbothell

Structure:

{
  "timing": {
    "type": string,
    "offsetMs": unsigned long,
    "durationMs": unsigned long
  },
  "position": {
    "type": string,
    "cornerPosition": string
  },
  "imageUrl": string,
  "imageBytes": bytes,
  "targetChannelId": string
}

Methods:

  • Set:
    • POST https://www.googleapis.com/upload/youtube/v3/watermarks/set
    • OAuth
    • Parameters:
      • channelId: string - YouTube channel ID for which the watermark is being provided.
    • Body:
      • Provide a Watermark resource in the request body
    • Returns: 204 No Content
  • Unset:
    • POST https://www.googleapis.com/youtube/v3/watermarks/unset
    • OAuth
    • Parameters:
      • channelId: string - YouTube channel ID for which the watermark is being unset.
    • Body:
      • None
    • Returns: 204 No Content

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions