Skip to main content
PATCH
/
v1
/
platforms
/
youtube
/
accounts
/
{id}
/
videos
/
{videoId}
Edit a published YouTube video
curl --request PATCH \
  --url https://api.social-api.ai/v1/v1/platforms/youtube/accounts/{id}/videos/{videoId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>",
  "title": "<string>",
  "visibility": "<string>"
}
'
{}

Path Parameters

id
string
required

Connected account ID

videoId
string
required

YouTube video ID

Body

application/json

Editable fields

description
string
title
string
visibility
string

public | unlisted | private

Response

200 - application/json

OK

{key}
boolean