@scrapecreators/cli 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-config/apis.js +1 -1
- package/package.json +1 -1
package/api-config/apis.js
CHANGED
|
@@ -4177,7 +4177,7 @@ export const apis = [
|
|
|
4177
4177
|
method: "GET",
|
|
4178
4178
|
description: "Get the replies to a comment.",
|
|
4179
4179
|
fullDescription: "Get the replies to a comment.",
|
|
4180
|
-
path: "/v1/facebook/
|
|
4180
|
+
path: "/v1/facebook/post/comment/replies",
|
|
4181
4181
|
params: [
|
|
4182
4182
|
{
|
|
4183
4183
|
name: "feedback_id",
|