cURL
curl --request PUT \ --url https://backend.clipvision.ai/api/channel/edit/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "channel_id": 123, "channel_country": "<string>", "channel_url": "<string>", "channel_name": "<string>", "channel_website": "<string>", "channel_content_category": "<string>", "estimated_monthly_earnings": "<string>", "estimated_yearly_earnings": "<string>" } '
{ "channel_id": 1, "disabled": false, "user_id": 1, "channel_country": "US", "channel_website": "https://youtube.com", "add_date": "2024-03-17T00:00:00.000Z", "channel_content_category": "Gaming", "estimated_monthly_earnings": "1000", "estimated_yearly_earnings": "12000", "channel_name": "PewDiePie", "channel_url": "https://www.youtube.com/channel/UCi8e0iOVk1fEOogdfu4YgfA", "thumbnail": null }
This API endpoint allows a user to edit an existing channel.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
1
Successfully edited the channel
Channel OpenAPI Schema