Documented endpoint to get all non-orphan visits

This commit is contained in:
Alejandro Celaya
2022-01-10 22:23:00 +01:00
parent f0fd947046
commit cff9cd5fb8
2 changed files with 149 additions and 0 deletions

View File

@@ -98,6 +98,9 @@
"/rest/v{version}/visits/orphan": {
"$ref": "paths/v2_visits_orphan.json"
},
"/rest/v{version}/visits/non-orphan": {
"$ref": "paths/v2_visits_non-orphan.json"
},
"/rest/v{version}/domains": {
"$ref": "paths/v2_domains.json"