curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/linkedin/comment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"commentId": "<string>",
"text": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Update the text content of a published LinkedIn comment.
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/linkedin/comment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"commentId": "<string>",
"text": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Was this page helpful?