From f4d3d036fcb5ba89aa8955255ef68366a322d674 Mon Sep 17 00:00:00 2001 From: moesif-ci-cd Date: Tue, 27 Aug 2024 15:43:37 +0000 Subject: [PATCH] publish: Merge pull request #63 from Moesif/fix-typos generated from commit 1b6d198b18d07c422184e90846a081b7a21cb76a --- index.html | 62 +++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 3dda220..65f3831 100644 --- a/index.html +++ b/index.html @@ -6947,7 +6947,7 @@

updateCompanies

"metadata": {} } -r = requests.post('https://api.moesif.com/v1/search/~/companies', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/companies', headers = headers, json = input_body) print(r.json()) @@ -7282,7 +7282,7 @@

batchUpdateCompanies

} ] -r = requests.post('https://api.moesif.com/v1/search/~/companies/batch', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/companies/batch', headers = headers, json = input_body) print(r.json()) @@ -8067,7 +8067,7 @@

countCompanies

r = requests.post('https://api.moesif.com/v1/search/~/count/companies', params={ 'app_id': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -8338,7 +8338,7 @@

searchCompanyMetrics

} input_body = false -r = requests.post('https://api.moesif.com/v1/search/~/search/companymetrics/companies', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/search/companymetrics/companies', headers = headers, json = input_body) print(r.json()) @@ -8939,7 +8939,7 @@

createSubscription

"created": "2024-04-11T04:01:35.090Z" } -r = requests.post('https://api.moesif.com/v1/search/~/subscriptions', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/subscriptions', headers = headers, json = input_body) print(r.json()) @@ -9509,7 +9509,7 @@

batchCreateSubscriptions

"created": "2024-04-11T04:01:35.090Z" } -r = requests.post('https://api.moesif.com/v1/search/~/subscriptions/batch', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/subscriptions/batch', headers = headers, json = input_body) print(r.json()) @@ -10263,7 +10263,7 @@

countEvents

r = requests.post('https://api.moesif.com/v1/search/~/count/events', params={ 'from': '2024-04-11T04:01:35.090Z', 'to': '2024-04-11T04:01:35.090Z' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -10862,7 +10862,7 @@

searchEvents

r = requests.post('https://api.moesif.com/v1/search/~/search/events', params={ 'from': '2024-04-11T04:01:35.090Z', 'to': '2024-04-11T04:01:35.090Z' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -11181,7 +11181,7 @@

searchPublicWorkspaces

r = requests.post('https://api.moesif.com/v1/search/~/workspaces/{workspaceId}/search', params={ 'from': '2024-04-11T04:01:35.090Z', 'to': '2024-04-11T04:01:35.090Z' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -11519,7 +11519,7 @@

countUsers

r = requests.post('https://api.moesif.com/v1/search/~/count/users', params={ 'app_id': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -11790,7 +11790,7 @@

searchUserMetrics

} input_body = false -r = requests.post('https://api.moesif.com/v1/search/~/search/usermetrics/users', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/search/usermetrics/users', headers = headers, json = input_body) print(r.json()) @@ -12106,7 +12106,7 @@

updateUsers

"phone": "string" } -r = requests.post('https://api.moesif.com/v1/search/~/users', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/users', headers = headers, json = input_body) print(r.json()) @@ -12546,7 +12546,7 @@

batchUpdateUsers

} ] -r = requests.post('https://api.moesif.com/v1/search/~/users/batch', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/search/~/users/batch', headers = headers, json = input_body) print(r.json()) @@ -14916,7 +14916,7 @@

createWorkspace

} } -r = requests.post('https://api.moesif.com/v1/~/workspaces', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/workspaces', headers = headers, json = input_body) print(r.json()) @@ -17364,7 +17364,7 @@

updateWorkspace

} } -r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}', headers = headers, json = input_body) print(r.json()) @@ -18479,7 +18479,7 @@

createComment

] } -r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}/comments', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}/comments', headers = headers, json = input_body) print(r.json()) @@ -19012,7 +19012,7 @@

updateComment

] } -r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}/comments/{commentId}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/workspaces/{id}/comments/{commentId}', headers = headers, json = input_body) print(r.json()) @@ -20041,7 +20041,7 @@

addApp

"custom_app_id": "string" } -r = requests.post('https://api.moesif.com/v1/~/apps', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/apps', headers = headers, json = input_body) print(r.json()) @@ -20708,7 +20708,7 @@

updateApp

"custom_app_id": "string" } -r = requests.post('https://api.moesif.com/v1/~/apps/{id}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/apps/{id}', headers = headers, json = input_body) print(r.json()) @@ -21378,7 +21378,7 @@

createMoesifPlan

r = requests.post('https://api.moesif.com/v1/~/billing/catalog/plans', params={ 'provider': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -23129,7 +23129,7 @@

updateMoesifPlan

r = requests.put('https://api.moesif.com/v1/~/billing/catalog/plans/{id}', params={ 'provider': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -23796,7 +23796,7 @@

createMoesifPrice

r = requests.post('https://api.moesif.com/v1/~/billing/catalog/prices', params={ 'provider': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -25295,7 +25295,7 @@

updateMoesifPrice

r = requests.put('https://api.moesif.com/v1/~/billing/catalog/prices/{id}', params={ 'provider': 'string' -}, headers = headers, json = input_data) +}, headers = headers, json = input_body) print(r.json()) @@ -28694,7 +28694,7 @@

createBalanceTransaction

"type": "string" } -r = requests.post('https://api.moesif.com/v1/~/billing/reports/balance_transactions', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/billing/reports/balance_transactions', headers = headers, json = input_body) print(r.json()) @@ -29077,7 +29077,7 @@

createCohort

"time_zone": "string" } -r = requests.post('https://api.moesif.com/v1/~/cohorts', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/cohorts', headers = headers, json = input_body) print(r.json()) @@ -29782,7 +29782,7 @@

updateCohort

"time_zone": "string" } -r = requests.post('https://api.moesif.com/v1/~/cohorts/{cohortId}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/cohorts/{cohortId}', headers = headers, json = input_body) print(r.json()) @@ -32096,7 +32096,7 @@

updateDashboard

} } -r = requests.post('https://api.moesif.com/v1/~/dashboards/{dashId}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/dashboards/{dashId}', headers = headers, json = input_body) print(r.json()) @@ -33577,7 +33577,7 @@

createEmailTemplate

} } -r = requests.post('https://api.moesif.com/v1/~/emails/templates', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/emails/templates', headers = headers, json = input_body) print(r.json()) @@ -34473,7 +34473,7 @@

updateEmailTemplate

} } -r = requests.post('https://api.moesif.com/v1/~/emails/templates/{id}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/emails/templates/{id}', headers = headers, json = input_body) print(r.json()) @@ -35588,7 +35588,7 @@

createGovernanceRule

"type": "string" } -r = requests.post('https://api.moesif.com/v1/~/governance/rules', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/governance/rules', headers = headers, json = input_body) print(r.json()) @@ -36582,7 +36582,7 @@

updateGovernanceRule

"type": "string" } -r = requests.post('https://api.moesif.com/v1/~/governance/rules/{id}', headers = headers, json = input_data) +r = requests.post('https://api.moesif.com/v1/~/governance/rules/{id}', headers = headers, json = input_body) print(r.json())