Skip to content

Commit cd96bf0

Browse files
committed
Adjustments
1 parent f1da4cf commit cd96bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dataforseo/actions/get-backlinks/get-backlinks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
},
7878
},
7979
async run({ $ }) {
80-
const response = await this.getBacklinkSummary({
80+
const response = await this.getBacklinks({
8181
$,
8282
data: [
8383
{

components/dataforseo/dataforseo.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167
additionalOptions: {
168168
type: "object",
169169
label: "Additional Options",
170-
description: "Additional parameters to send in the request. [See the documentation](https://developers.ringcentral.com/api-reference/External-Contacts/createContact) for all available parameters. Values will be parsed as JSON where applicable.",
170+
description: "Additional parameters to send in the request. See the documentation for all available parameters. Values will be parsed as JSON where applicable.",
171171
optional: true,
172172
},
173173
targets: {

0 commit comments

Comments
 (0)