We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26654f0 commit bf943cbCopy full SHA for bf943cb
components/people_data_labs/actions/enrich/enrich.mjs
@@ -5,7 +5,7 @@ export default {
5
key: "people_data_labs-enrich",
6
name: "Enrich a person",
7
description: "Full enrichment API. See docs for minimum combination of data points a request must contain for a 200 response.",
8
- version: "0.8.1",
+ version: "0.8.2",
9
type: "action",
10
props: {
11
people_data_labs: {
@@ -119,7 +119,7 @@ export default {
119
},
120
async run({ $ }) {
121
return await axios($, {
122
- url: "https://api.peopledatalabs.com/v4/person",
+ url: "https://api.peopledatalabs.com/v5/person",
123
params: {
124
api_key: this.people_data_labs.$auth.api_key,
125
name: this.name,
0 commit comments