From cd8987874cb9d1f855cab3c1571c0751555f7437 Mon Sep 17 00:00:00 2001 From: JuroUhlar Date: Wed, 11 Dec 2024 09:33:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20fingerpr?= =?UTF-8?q?intjs/fingerprint-pro-server-api-openapi@3df900e5e051b1a9e7f0d4?= =?UTF-8?q?a95375e7b7bbaa282f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/fingerprint-server-api-readme-explorer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/fingerprint-server-api-readme-explorer.yaml b/schemas/fingerprint-server-api-readme-explorer.yaml index 44d0583..01e6bf2 100644 --- a/schemas/fingerprint-server-api-readme-explorer.yaml +++ b/schemas/fingerprint-server-api-readme-explorer.yaml @@ -4047,7 +4047,7 @@ paths: }) // Get visit history of a specific visitor - client.getVisitorHistory('VISITOR_ID').then((visitorHistory) => { + client.getVisits('VISITOR_ID').then((visitorHistory) => { console.log(visitorHistory) }) - language: php