updateyoutubecomment - Update YouTube Comment
Modifies a comment.
credentialKey
string
Your 1001fx credential key. See https://1001fx.com/app/credentials/list
Example:
yourCredentialKey
id
string
ID of the comment that you want to update.
Example:
UgyGSoyZKg2e183xJ0d4AaABAg.9p-zQl67Byj9p01Y5d5dOA
comment
string
Your comment.
Example:
2nd level Commment Updated
Use my apikey in examples
Update YouTube Comment
Should return a list of comment threads
Input
{
"description": "Expects a json body",
"body": {
"credentialKey": "yourCredentialKey",
"id": "UgyGSoyZKg2e183xJ0d4AaABAg.9p-zQl67Byj9p01Y5d5dOA",
"comment": "2nd level Commment Updated"
}
}
Output
{
"statusCode": 200
}