{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/password/reset-link":{"post":{"tags":["reset password"],"summary":"Reset Password Handler","operationId":"reset_password_handler_password_reset_link_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForgetPasswordPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"tags":["saas-health"],"summary":"Respond Health","operationId":"respond_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["saas-health"],"summary":"Respond Health","operationId":"respond_health__put","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["saas-health"],"summary":"Respond Health","operationId":"respond_health__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["saas-health"],"summary":"Respond Health","operationId":"respond_health__delete","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/{projectId}/events/search":{"get":{"tags":["events"],"summary":"Global Autocomplete Search","operationId":"global_autocomplete_search__projectId__events_search_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Q"}},{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/FilterType"},{"$ref":"#/components/schemas/EventType"},{"$ref":"#/components/schemas/PerformanceEventType"},{"$ref":"#/components/schemas/FetchFilterType"},{"$ref":"#/components/schemas/GraphqlFilterType"},{"type":"string"}],"title":"Type"}},{"name":"key","in":"query","required":false,"schema":{"type":"string","title":"Key"}},{"name":"live","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Live"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/autocomplete":{"get":{"tags":["autocomplete"],"summary":"Global Autocomplete Search","operationId":"global_autocomplete_search__projectId__autocomplete_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Q"}},{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/FilterType"},{"$ref":"#/components/schemas/EventType"},{"$ref":"#/components/schemas/PerformanceEventType"},{"$ref":"#/components/schemas/FetchFilterType"},{"$ref":"#/components/schemas/GraphqlFilterType"},{"type":"string"}],"title":"Type"}},{"name":"key","in":"query","required":false,"schema":{"type":"string","title":"Key"}},{"name":"live","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Live"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/integrations":{"get":{"tags":["integrations"],"summary":"Get Integrations Status","operationId":"get_integrations_status__projectId__integrations_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/integrations/{integration}/notify/{webhookId}/{source}/{sourceId}":{"post":{"tags":["integrations"],"summary":"Notify","operationId":"notify__projectId__integrations__integration__notify__webhookId___source___sourceId__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"integration","in":"path","required":true,"schema":{"type":"string","title":"Integration"}},{"name":"webhookId","in":"path","required":true,"schema":{"type":"integer","title":"Webhookid"}},{"name":"source","in":"path","required":true,"schema":{"type":"string","title":"Source"}},{"name":"sourceId","in":"path","required":true,"schema":{"type":"string","title":"Sourceid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationNotificationSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/sentry":{"get":{"tags":["integrations"],"summary":"Get All Sentry","operationId":"get_all_sentry_integrations_sentry_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/sentry":{"get":{"tags":["integrations"],"summary":"Get Sentry","operationId":"get_sentry__projectId__integrations_sentry_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Sentry","operationId":"add_edit_sentry__projectId__integrations_sentry_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationSentrySchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Sentry","operationId":"delete_sentry__projectId__integrations_sentry_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/integrations/sentry/events/{eventId}":{"get":{"tags":["integrations"],"summary":"Proxy Sentry","operationId":"proxy_sentry__projectId__integrations_sentry_events__eventId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","title":"Eventid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/datadog":{"get":{"tags":["integrations"],"summary":"Get All Datadog","operationId":"get_all_datadog_integrations_datadog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/datadog":{"get":{"tags":["integrations"],"summary":"Get Datadog","operationId":"get_datadog__projectId__integrations_datadog_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Datadog","operationId":"add_edit_datadog__projectId__integrations_datadog_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationDatadogSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Datadog","operationId":"delete_datadog__projectId__integrations_datadog_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/stackdriver":{"get":{"tags":["integrations"],"summary":"Get All Stackdriver","operationId":"get_all_stackdriver_integrations_stackdriver_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/stackdriver":{"get":{"tags":["integrations"],"summary":"Get Stackdriver","operationId":"get_stackdriver__projectId__integrations_stackdriver_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Stackdriver","operationId":"add_edit_stackdriver__projectId__integrations_stackdriver_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegartionStackdriverSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Stackdriver","operationId":"delete_stackdriver__projectId__integrations_stackdriver_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/newrelic":{"get":{"tags":["integrations"],"summary":"Get All Newrelic","operationId":"get_all_newrelic_integrations_newrelic_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/newrelic":{"get":{"tags":["integrations"],"summary":"Get Newrelic","operationId":"get_newrelic__projectId__integrations_newrelic_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Newrelic","operationId":"add_edit_newrelic__projectId__integrations_newrelic_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationNewrelicSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Newrelic","operationId":"delete_newrelic__projectId__integrations_newrelic_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/rollbar":{"get":{"tags":["integrations"],"summary":"Get All Rollbar","operationId":"get_all_rollbar_integrations_rollbar_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/rollbar":{"get":{"tags":["integrations"],"summary":"Get Rollbar","operationId":"get_rollbar__projectId__integrations_rollbar_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Rollbar","operationId":"add_edit_rollbar__projectId__integrations_rollbar_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRollbarSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Datadog","operationId":"delete_datadog__projectId__integrations_rollbar_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/bugsnag/list_projects":{"post":{"tags":["integrations"],"summary":"List Projects Bugsnag","operationId":"list_projects_bugsnag_integrations_bugsnag_list_projects_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationBugsnagBasicSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/bugsnag":{"get":{"tags":["integrations"],"summary":"Get All Bugsnag","operationId":"get_all_bugsnag_integrations_bugsnag_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/bugsnag":{"get":{"tags":["integrations"],"summary":"Get Bugsnag","operationId":"get_bugsnag__projectId__integrations_bugsnag_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Bugsnag","operationId":"add_edit_bugsnag__projectId__integrations_bugsnag_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationBugsnagSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Bugsnag","operationId":"delete_bugsnag__projectId__integrations_bugsnag_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/cloudwatch/list_groups":{"post":{"tags":["integrations"],"summary":"List Groups Cloudwatch","operationId":"list_groups_cloudwatch_integrations_cloudwatch_list_groups_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationCloudwatchBasicSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/cloudwatch":{"get":{"tags":["integrations"],"summary":"Get All Cloudwatch","operationId":"get_all_cloudwatch_integrations_cloudwatch_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/cloudwatch":{"get":{"tags":["integrations"],"summary":"Get Cloudwatch","operationId":"get_cloudwatch__projectId__integrations_cloudwatch_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Cloudwatch","operationId":"add_edit_cloudwatch__projectId__integrations_cloudwatch_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationCloudwatchSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Cloudwatch","operationId":"delete_cloudwatch__projectId__integrations_cloudwatch_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/elasticsearch":{"get":{"tags":["integrations"],"summary":"Get All Elasticsearch","operationId":"get_all_elasticsearch_integrations_elasticsearch_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/elasticsearch":{"get":{"tags":["integrations"],"summary":"Get Elasticsearch","operationId":"get_elasticsearch__projectId__integrations_elasticsearch_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Elasticsearch","operationId":"add_edit_elasticsearch__projectId__integrations_elasticsearch_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationElasticsearchSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Elasticsearch","operationId":"delete_elasticsearch__projectId__integrations_elasticsearch_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/elasticsearch/test":{"post":{"tags":["integrations"],"summary":"Test Elasticsearch Connection","operationId":"test_elasticsearch_connection_integrations_elasticsearch_test_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationElasticsearchTestSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/sumologic":{"get":{"tags":["integrations"],"summary":"Get All Sumologic","operationId":"get_all_sumologic_integrations_sumologic_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/integrations/sumologic":{"get":{"tags":["integrations"],"summary":"Get Sumologic","operationId":"get_sumologic__projectId__integrations_sumologic_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Edit Sumologic","operationId":"add_edit_sumologic__projectId__integrations_sumologic_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationSumologicSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Sumologic","operationId":"delete_sumologic__projectId__integrations_sumologic_delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/issues":{"get":{"tags":["integrations"],"summary":"Get Status","operationId":"get_status_integrations_issues_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"delete":{"tags":["integrations"],"summary":"Delete Default Issue Tracking Tool","operationId":"delete_default_issue_tracking_tool_integrations_issues_delete","requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/jira":{"get":{"tags":["integrations"],"summary":"Get Status Jira","operationId":"get_status_jira_integrations_jira_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["integrations"],"summary":"Add Edit Jira Cloud","operationId":"add_edit_jira_cloud_integrations_jira_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueTrackingJiraSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"delete":{"tags":["integrations"],"summary":"Delete Jira Cloud","operationId":"delete_jira_cloud_integrations_jira_delete","requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/github":{"get":{"tags":["integrations"],"summary":"Get Status Github","operationId":"get_status_github_integrations_github_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["integrations"],"summary":"Add Edit Github","operationId":"add_edit_github_integrations_github_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueTrackingGithubSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"delete":{"tags":["integrations"],"summary":"Delete Github","operationId":"delete_github_integrations_github_delete","requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/issues/list_projects":{"get":{"tags":["integrations"],"summary":"Get All Issue Tracking Projects","operationId":"get_all_issue_tracking_projects_integrations_issues_list_projects_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/issues/{integrationProjectId}":{"get":{"tags":["integrations"],"summary":"Get Metadata","operationId":"get_metadata_integrations_issues__integrationProjectId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"integrationProjectId","in":"path","required":true,"schema":{"type":"integer","title":"Integrationprojectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/gdpr":{"get":{"tags":["projects","gdpr"],"summary":"Get Gdpr","operationId":"get_gdpr__projectId__gdpr_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["projects","gdpr"],"summary":"Edit Gdpr","operationId":"edit_gdpr__projectId__gdpr_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GdprSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/metadata":{"get":{"tags":["metadata"],"summary":"Get Metadata","operationId":"get_metadata__projectId__metadata_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["metadata"],"summary":"Add Metadata","operationId":"add_metadata__projectId__metadata_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/metadata/{index}":{"post":{"tags":["metadata"],"summary":"Edit Metadata","operationId":"edit_metadata__projectId__metadata__index__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"index","in":"path","required":true,"schema":{"type":"integer","title":"Index"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["metadata"],"summary":"Delete Metadata","operationId":"delete_metadata__projectId__metadata__index__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"index","in":"path","required":true,"schema":{"type":"integer","title":"Index"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/integration/sources":{"get":{"tags":["integrations"],"summary":"Search Integrations","operationId":"search_integrations__projectId__integration_sources_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/sample_rate":{"get":{"tags":["projects"],"summary":"Get Capture Status","operationId":"get_capture_status__projectId__sample_rate_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["projects"],"summary":"Update Capture Status","operationId":"update_capture_status__projectId__sample_rate_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleRateSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/conditions":{"post":{"tags":["projects"],"summary":"Update Conditions","operationId":"update_conditions__projectId__conditions_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectSettings"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["projects"],"summary":"Get Conditions","operationId":"get_conditions__projectId__conditions_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/announcements":{"get":{"tags":["announcements"],"summary":"Get All Announcements","operationId":"get_all_announcements_announcements_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/announcements/view":{"get":{"tags":["announcements"],"summary":"Get All Announcements","operationId":"get_all_announcements_announcements_view_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/show_banner":{"get":{"tags":["banner"],"summary":"Errors Merge","operationId":"errors_merge_show_banner_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/alerts":{"post":{"tags":["alerts"],"summary":"Create Alert","operationId":"create_alert__projectId__alerts_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["alerts"],"summary":"Get All Alerts","operationId":"get_all_alerts__projectId__alerts_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/alerts/triggers":{"get":{"tags":["alerts","customMetrics"],"summary":"Get Alerts Triggers","operationId":"get_alerts_triggers__projectId__alerts_triggers_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/alerts/{alertId}":{"get":{"tags":["alerts"],"summary":"Get Alert","operationId":"get_alert__projectId__alerts__alertId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"alertId","in":"path","required":true,"schema":{"type":"integer","title":"Alertid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["alerts"],"summary":"Update Alert","operationId":"update_alert__projectId__alerts__alertId__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"alertId","in":"path","required":true,"schema":{"type":"integer","title":"Alertid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["alerts"],"summary":"Delete Alert","operationId":"delete_alert__projectId__alerts__alertId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"alertId","in":"path","required":true,"schema":{"type":"integer","title":"Alertid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/config/weekly_report":{"get":{"tags":["weekly report config"],"summary":"Get Weekly Report Config","operationId":"get_weekly_report_config_config_weekly_report_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["weekly report config"],"summary":"Edit Weekly Report Config","operationId":"edit_weekly_report_config_config_weekly_report_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyReportConfigSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/assist/sessions":{"get":{"tags":["assist"],"summary":"Get Sessions Live","operationId":"get_sessions_live__projectId__assist_sessions_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"userId","in":"query","required":false,"schema":{"type":"string","title":"Userid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["assist"],"summary":"Sessions Live","operationId":"sessions_live__projectId__assist_sessions_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LiveSessionsSearchPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/mobile/{sessionId}/urls":{"post":{"tags":["mobile"],"summary":"Mobile Signe","operationId":"mobile_signe__projectId__mobile__sessionId__urls_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","title":"Sessionid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileSignPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/projects":{"get":{"tags":["projects"],"summary":"Get Projects","operationId":"get_projects_projects_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["projects"],"summary":"Create Project","operationId":"create_project_projects_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProjectSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/projects/{projectId}":{"get":{"tags":["projects"],"summary":"Get Project","operationId":"get_project_projects__projectId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["projects"],"summary":"Edit Project","operationId":"edit_project_projects__projectId__put","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProjectSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["projects"],"summary":"Delete Project","operationId":"delete_project_projects__projectId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/client/new_api_key":{"post":{"tags":["client"],"summary":"Generate New Tenant Token","operationId":"generate_new_tenant_token_client_new_api_key_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/users/modules":{"post":{"tags":["users"],"summary":"Update User Module","operationId":"update_user_module_users_modules_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModuleStatus"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/notifications":{"get":{"tags":["notifications"],"summary":"Get Notifications","operationId":"get_notifications_notifications_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/notifications/count":{"get":{"tags":["notifications"],"summary":"Get Notifications Count","operationId":"get_notifications_count_notifications_count_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/notifications/{notificationId}/view":{"get":{"tags":["notifications"],"summary":"View Notifications","operationId":"view_notifications_notifications__notificationId__view_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"notificationId","in":"path","required":true,"schema":{"type":"integer","title":"Notificationid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/notifications/view":{"post":{"tags":["notifications"],"summary":"Batch View Notifications","operationId":"batch_view_notifications_notifications_view_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationsViewSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/boarding":{"get":{"tags":["boarding"],"summary":"Get Boarding State","operationId":"get_boarding_state_boarding_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/boarding/installing":{"get":{"tags":["boarding"],"summary":"Get Boarding State Installing","operationId":"get_boarding_state_installing_boarding_installing_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/boarding/identify-users":{"get":{"tags":["boarding"],"summary":"Get Boarding State Identify Users","operationId":"get_boarding_state_identify_users_boarding_identify_users_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/boarding/manage-users":{"get":{"tags":["boarding"],"summary":"Get Boarding State Manage Users","operationId":"get_boarding_state_manage_users_boarding_manage_users_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/boarding/integrations":{"get":{"tags":["boarding"],"summary":"Get Boarding State Integrations","operationId":"get_boarding_state_integrations_boarding_integrations_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/slack/channels":{"get":{"tags":["integrations"],"summary":"Get Slack Channels","operationId":"get_slack_channels_integrations_slack_channels_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/slack/{integrationId}":{"get":{"tags":["integrations"],"summary":"Get Slack Webhook","operationId":"get_slack_webhook_integrations_slack__integrationId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"integrationId","in":"path","required":true,"schema":{"type":"integer","title":"Integrationid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Slack Integration","operationId":"delete_slack_integration_integrations_slack__integrationId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"integrationId","in":"path","required":true,"schema":{"type":"integer","title":"Integrationid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/webhooks":{"get":{"tags":["webhooks"],"summary":"Get Webhooks","operationId":"get_webhooks_webhooks_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"put":{"tags":["webhooks"],"summary":"Add Edit Webhook","operationId":"add_edit_webhook_webhooks_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/webhooks/{webhookId}":{"delete":{"tags":["webhooks"],"summary":"Delete Webhook","operationId":"delete_webhook_webhooks__webhookId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"webhookId","in":"path","required":true,"schema":{"type":"integer","title":"Webhookid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/client/members":{"get":{"tags":["client"],"summary":"Get Members","operationId":"get_members_client_members_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["client"],"summary":"Add Member","operationId":"add_member_client_members_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateMemberSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"delete":{"tags":["client"],"summary":"Delete My Account","operationId":"delete_my_account_client_members_delete","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/client/members/{memberId}/reset":{"get":{"tags":["client"],"summary":"Reset Reinvite Member","operationId":"reset_reinvite_member_client_members__memberId__reset_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","title":"Memberid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/client/members/{memberId}":{"delete":{"tags":["client"],"summary":"Delete Member","operationId":"delete_member_client_members__memberId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","title":"Memberid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["client"],"summary":"Edit Member","operationId":"edit_member_client_members__memberId__put","security":[{"JWTAuth":[]}],"parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","title":"Memberid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditMemberSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/client/members/{memberId}/owner":{"put":{"tags":["client"],"summary":"Transfer Ownership","operationId":"transfer_ownership_client_members__memberId__owner_put","security":[{"JWTAuth":[]}],"parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","title":"Memberid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/account/new_api_key":{"get":{"tags":["account"],"summary":"Generate New User Token","operationId":"generate_new_user_token_account_new_api_key_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/limits":{"get":{"tags":["accounts"],"summary":"Get Limits","operationId":"get_limits_limits_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/msteams/channels":{"get":{"tags":["integrations"],"summary":"Get Msteams Channels","operationId":"get_msteams_channels_integrations_msteams_channels_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/msteams":{"post":{"tags":["integrations"],"summary":"Add Msteams Integration","operationId":"add_msteams_integration_integrations_msteams_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddCollaborationSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/integrations/msteams/{webhookId}":{"post":{"tags":["integrations"],"summary":"Edit Msteams Integration","operationId":"edit_msteams_integration_integrations_msteams__webhookId__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"webhookId","in":"path","required":true,"schema":{"type":"integer","title":"Webhookid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditCollaborationSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["integrations"],"summary":"Delete Msteams Integration","operationId":"delete_msteams_integration_integrations_msteams__webhookId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"webhookId","in":"path","required":true,"schema":{"type":"integer","title":"Webhookid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/tags":{"post":{"tags":["tags"],"summary":"Tags Create","operationId":"tags_create__projectId__tags_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["tags"],"summary":"Tags List","operationId":"tags_list__projectId__tags_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/tags/{tagId}":{"put":{"tags":["tags"],"summary":"Tags Update","operationId":"tags_update__projectId__tags__tagId__put","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"tagId","in":"path","required":true,"schema":{"type":"integer","title":"Tagid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["tags"],"summary":"Tags Delete","operationId":"tags_delete__projectId__tags__tagId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"tagId","in":"path","required":true,"schema":{"type":"integer","title":"Tagid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectKey}/sourcemaps":{"put":{"tags":["sourcemaps"],"summary":"Sign Sourcemap For Upload","operationId":"sign_sourcemap_for_upload__projectKey__sourcemaps_put","security":[{"APIKeyAuth":[]}],"parameters":[{"name":"projectKey","in":"path","required":true,"schema":{"type":"string","title":"Projectkey"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourcemapUploadPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectKey}/sourcemaps/":{"put":{"tags":["sourcemaps"],"summary":"Sign Sourcemap For Upload","operationId":"sign_sourcemap_for_upload__projectKey__sourcemaps__put","security":[{"APIKeyAuth":[]}],"parameters":[{"name":"projectKey","in":"path","required":true,"schema":{"type":"string","title":"Projectkey"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourcemapUploadPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/signup":{"get":{"tags":["signup"],"summary":"Get All Signup","operationId":"get_all_signup_signup_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["signup"],"summary":"Signup Handler","operationId":"signup_handler_signup_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserSignupSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["signup"],"summary":"Signup Handler","operationId":"signup_handler_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserSignupSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/login":{"post":{"tags":["authentication"],"summary":"Login User","operationId":"login_user_login_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserLoginSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/slack":{"put":{"tags":["integrations"],"summary":"Add Slack Integration","operationId":"add_slack_integration_integrations_slack_put","security":[{"JWTAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddCollaborationSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["integrations"],"summary":"Add Slack Integration","operationId":"add_slack_integration_integrations_slack_post","security":[{"JWTAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddCollaborationSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["integrations"],"summary":"Add Slack Integration","operationId":"add_slack_integration_integrations_slack_get","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string","title":"Code"}},{"name":"state","in":"query","required":true,"schema":{"type":"string","title":"State"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/users/invitation":{"get":{"tags":["users"],"summary":"Process Invitation Link","operationId":"process_invitation_link_users_invitation_get","parameters":[{"name":"token","in":"query","required":true,"schema":{"type":"string","title":"Token"}},{"name":"verification","in":"query","required":false,"schema":{"type":"string","title":"Verification"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/password/reset":{"post":{"tags":["users"],"summary":"Change Password By Invitation","operationId":"change_password_by_invitation_password_reset_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditPasswordByInvitationSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/logout":{"get":{"tags":["login"],"summary":"Logout User","operationId":"logout_user_logout_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/refresh":{"get":{"tags":["login"],"summary":"Refresh Login","operationId":"refresh_login_refresh_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/account":{"get":{"tags":["accounts"],"summary":"Get Account","operationId":"get_account_account_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["account"],"summary":"Edit Account","operationId":"edit_account_account_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditAccountSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/account/scope":{"post":{"tags":["account"],"summary":"Change Scope","operationId":"change_scope_account_scope_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScopeSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/account/password":{"post":{"tags":["account"],"summary":"Change Client Password","operationId":"change_client_password_account_password_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditUserPasswordSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/sessions/{sessionId}/errors/{errorId}/sourcemaps":{"get":{"tags":["sessions","sourcemaps"],"summary":"Get Error Trace","operationId":"get_error_trace__projectId__sessions__sessionId__errors__errorId__sourcemaps_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","title":"Sessionid"}},{"name":"errorId","in":"path","required":true,"schema":{"type":"string","title":"Errorid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/errors/{errorId}":{"get":{"tags":["errors"],"summary":"Errors Get Details","operationId":"errors_get_details__projectId__errors__errorId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"errorId","in":"path","required":true,"schema":{"type":"string","title":"Errorid"}},{"name":"density24","in":"query","required":false,"schema":{"type":"integer","default":24,"title":"Density24"}},{"name":"density30","in":"query","required":false,"schema":{"type":"integer","default":30,"title":"Density30"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/errors/{errorId}/sourcemaps":{"get":{"tags":["errors"],"summary":"Errors Get Details Sourcemaps","operationId":"errors_get_details_sourcemaps__projectId__errors__errorId__sourcemaps_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"errorId","in":"path","required":true,"schema":{"type":"string","title":"Errorid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/errors/{errorId}/sessions":{"get":{"tags":["errors"],"summary":"Get Errors Sessions","operationId":"get_errors_sessions__projectId__errors__errorId__sessions_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"errorId","in":"path","required":true,"schema":{"type":"string","title":"Errorid"}},{"name":"action","in":"query","required":true,"schema":{"type":"string","title":"Action"}},{"name":"startDate","in":"query","required":false,"schema":{"type":"integer","default":1787317842288,"title":"Startdate"}},{"name":"endDate","in":"query","required":false,"schema":{"type":"integer","default":1787922642288,"title":"Enddate"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/feature-flags/search":{"post":{"tags":["feature flags"],"summary":"Search Feature Flags","operationId":"search_feature_flags__projectId__feature_flags_search_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchFlagsSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/feature-flags/{feature_flag_id}":{"get":{"tags":["feature flags"],"summary":"Get Feature Flag","operationId":"get_feature_flag__projectId__feature_flags__feature_flag_id__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"feature_flag_id","in":"path","required":true,"schema":{"type":"integer","title":"Feature Flag Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["feature flags"],"summary":"Update Feature Flag","operationId":"update_feature_flag__projectId__feature_flags__feature_flag_id__put","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"feature_flag_id","in":"path","required":true,"schema":{"type":"integer","title":"Feature Flag Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeatureFlagSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["feature flags"],"summary":"Delete Feature Flag","operationId":"delete_feature_flag__projectId__feature_flags__feature_flag_id__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"feature_flag_id","in":"path","required":true,"schema":{"type":"integer","title":"Feature Flag Id"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/feature-flags":{"post":{"tags":["feature flags"],"summary":"Add Feature Flag","operationId":"add_feature_flag__projectId__feature_flags_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeatureFlagSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/feature-flags/{feature_flag_id}/status":{"post":{"tags":["feature flags"],"summary":"Update Feature Flag Status","operationId":"update_feature_flag_status__projectId__feature_flags__feature_flag_id__status_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"feature_flag_id","in":"path","required":true,"schema":{"type":"integer","title":"Feature Flag Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeatureFlagStatus"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/client/roles":{"get":{"tags":["client","roles"],"summary":"Get Roles","operationId":"get_roles_client_roles_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"put":{"tags":["client","roles"],"summary":"Add Role","operationId":"add_role_client_roles_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["client","roles"],"summary":"Add Role","operationId":"add_role_client_roles_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/client/roles/{roleId}":{"put":{"tags":["client","roles"],"summary":"Edit Role","operationId":"edit_role_client_roles__roleId__put","security":[{"JWTAuth":[]}],"parameters":[{"name":"roleId","in":"path","required":true,"schema":{"type":"integer","title":"Roleid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["client","roles"],"summary":"Edit Role","operationId":"edit_role_client_roles__roleId__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"roleId","in":"path","required":true,"schema":{"type":"integer","title":"Roleid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["client","roles"],"summary":"Delete Role","operationId":"delete_role_client_roles__roleId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"roleId","in":"path","required":true,"schema":{"type":"integer","title":"Roleid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/assist/credentials":{"get":{"tags":["assist"],"summary":"Get Assist Credentials","operationId":"get_assist_credentials_assist_credentials_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/config/assist/credentials":{"get":{"tags":["assist"],"summary":"Get Assist Credentials","operationId":"get_assist_credentials_config_assist_credentials_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/trails":{"post":{"tags":["traces","trails"],"summary":"Get Trails","operationId":"get_trails_trails_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrailSearchPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/trails/actions":{"post":{"tags":["traces","trails"],"summary":"Get Available Trail Actions","operationId":"get_available_trail_actions_trails_actions_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/assist/save":{"put":{"tags":["assist"],"summary":"Sign Record For Upload","operationId":"sign_record_for_upload__projectId__assist_save_put","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistRecordPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist/save/done":{"put":{"tags":["assist"],"summary":"Save Record After Upload","operationId":"save_record_after_upload__projectId__assist_save_done_put","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistRecordSavePayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist/records":{"post":{"tags":["assist"],"summary":"Search Records","operationId":"search_records__projectId__assist_records_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistRecordSearchPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist/records/{recordId}":{"get":{"tags":["assist"],"summary":"Get Record","operationId":"get_record__projectId__assist_records__recordId__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"recordId","in":"path","required":true,"schema":{"type":"integer","title":"Recordid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["assist"],"summary":"Update Record","operationId":"update_record__projectId__assist_records__recordId__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"recordId","in":"path","required":true,"schema":{"type":"integer","title":"Recordid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistRecordUpdatePayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["assist"],"summary":"Delete Record","operationId":"delete_record__projectId__assist_records__recordId__delete","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"recordId","in":"path","required":true,"schema":{"type":"integer","title":"Recordid"}}],"requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist-stats/avg":{"get":{"tags":["assist-stats"],"summary":"Get Assist Stats Avg","operationId":"get_assist_stats_avg__projectId__assist_stats_avg_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"startTimestamp","in":"query","required":false,"schema":{"type":"integer","title":"Starttimestamp"}},{"name":"endTimestamp","in":"query","required":false,"schema":{"type":"integer","title":"Endtimestamp"}},{"name":"userId","in":"query","required":false,"schema":{"type":"string","title":"Userid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist-stats/top-members":{"get":{"tags":["assist-stats"],"summary":"Get Assist Stats Top Members","operationId":"get_assist_stats_top_members__projectId__assist_stats_top_members_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"startTimestamp","in":"query","required":false,"schema":{"type":"integer","title":"Starttimestamp"}},{"name":"endTimestamp","in":"query","required":false,"schema":{"type":"integer","title":"Endtimestamp"}},{"name":"sort","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/AssistStatsSort"},{"type":"null"}],"description":"Sort options: sessionsAssisted, assistDuration, callDuration, controlDuration","default":"sessionsAssisted","title":"Sort"},"description":"Sort options: sessionsAssisted, assistDuration, callDuration, controlDuration"},{"name":"order","in":"query","required":false,"schema":{"$ref":"#/components/schemas/AssistStatsSortOrder","default":"desc"}},{"name":"userId","in":"query","required":false,"schema":{"type":"integer","title":"Userid"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"Page"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":5,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistStatsTopMembersResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/assist-stats/sessions":{"post":{"tags":["assist-stats"],"summary":"Get Assist Stats Sessions","operationId":"get_assist_stats_sessions__projectId__assist_stats_sessions_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistStatsSessionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssistStatsSessionsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/spot/logout":{"get":{"tags":["spot"],"summary":"Logout Spot","operationId":"logout_spot_api_spot_logout_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/api/spot/refresh":{"get":{"tags":["spot"],"summary":"Refresh Spot Login","operationId":"refresh_spot_login_api_spot_refresh_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/api/spot/integrations/slack/channels":{"get":{"tags":["spot","integrations"],"summary":"Get Slack Channels","operationId":"get_slack_channels_api_spot_integrations_slack_channels_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/pa/{projectId}/filters":{"get":{"tags":["product_analytics"],"summary":"Get All Filters","operationId":"get_all_filters_pa__projectId__filters_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/events/names":{"get":{"tags":["product_analytics"],"summary":"Get All Events","operationId":"get_all_events_pa__projectId__events_names_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"exclusiveMinimum":0,"default":200,"title":"Limit"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","exclusiveMinimum":0,"default":1,"title":"Page"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/properties/search":{"get":{"tags":["product_analytics"],"summary":"Get Event Properties","operationId":"get_event_properties_pa__projectId__properties_search_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"en","in":"query","required":false,"schema":{"type":"string","description":"event name","title":"En"},"description":"event name"},{"name":"ac","in":"query","required":true,"schema":{"type":"boolean","description":"auto captured","title":"Ac"},"description":"auto captured"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/events/search":{"post":{"tags":["product_analytics"],"summary":"Search Events","operationId":"search_events_pa__projectId__events_search_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventsSearchPayloadSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/lexicon/events":{"get":{"tags":["product_analytics","lexicon"],"summary":"Get All Lexicon Events","operationId":"get_all_lexicon_events_pa__projectId__lexicon_events_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"exclusiveMinimum":0,"default":200,"title":"Limit"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","exclusiveMinimum":0,"default":1,"title":"Page"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/lexicon/properties":{"get":{"tags":["product_analytics","lexicon"],"summary":"Get All Lexicon Properties","operationId":"get_all_lexicon_properties_pa__projectId__lexicon_properties_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"exclusiveMinimum":0,"default":200,"title":"Limit"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","exclusiveMinimum":0,"default":1,"title":"Page"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/events/autocomplete":{"get":{"tags":["autocomplete"],"summary":"Autocomplete Events","operationId":"autocomplete_events_pa__projectId__events_autocomplete_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pa/{projectId}/properties/autocomplete":{"get":{"tags":["autocomplete"],"summary":"Autocomplete Properties","operationId":"autocomplete_properties_pa__projectId__properties_autocomplete_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"propertyName","in":"query","required":true,"schema":{"type":"string","title":"Propertyname"}},{"name":"eventName","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Eventname"}},{"name":"userId","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Userid"}},{"name":"source","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"}},{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Q"}},{"name":"ac","in":"query","required":true,"schema":{"type":"boolean","description":"auto captured","title":"Ac"},"description":"auto captured"},{"name":"live","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Live"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/mcp/authorize":{"post":{"tags":["mcp"],"summary":"Authorize Mcp App","operationId":"authorize_mcp_app_v1_mcp_authorize_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizeSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/v1/mcp/auth-status":{"get":{"tags":["mcp"],"summary":"Get Mcp Jwt","operationId":"get_mcp_jwt_v1_mcp_auth_status_get","parameters":[{"name":"client_id","in":"query","required":true,"schema":{"type":"string","title":"Client Id"}},{"name":"state","in":"query","required":true,"schema":{"type":"string","title":"State"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/stripe/payment_success_failed":{"post":{"tags":["stripe"],"summary":"Webhook Received","operationId":"webhook_received_stripe_payment_success_failed_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/async/plans/{step}":{"put":{"tags":["async"],"summary":"Async Plans Emails","operationId":"async_plans_emails_async_plans__step__put","parameters":[{"name":"step","in":"path","required":true,"schema":{"type":"string","title":"Step"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Data"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["async"],"summary":"Async Plans Emails","operationId":"async_plans_emails_async_plans__step__post","parameters":[{"name":"step","in":"path","required":true,"schema":{"type":"string","title":"Step"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Data"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/async/email_signup/{step}":{"put":{"tags":["async"],"summary":"Async Signup","operationId":"async_signup_async_email_signup__step__put","parameters":[{"name":"step","in":"path","required":true,"schema":{"type":"string","title":"Step"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Data"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["async"],"summary":"Async Signup","operationId":"async_signup_async_email_signup__step__post","parameters":[{"name":"step","in":"path","required":true,"schema":{"type":"string","title":"Step"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Data"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/email/validate/{validationToken}":{"get":{"tags":["account"],"summary":"Validate User Email","operationId":"validate_user_email_email_validate__validationToken__get","parameters":[{"name":"validationToken","in":"path","required":true,"schema":{"type":"string","title":"Validationtoken"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/plans":{"get":{"tags":["billing"],"summary":"Get Current Plan","operationId":"get_current_plan_plans_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/plans/billing":{"put":{"tags":["billing"],"summary":"Add Billing Information","operationId":"add_billing_information_plans_billing_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["billing"],"summary":"Add Billing Information","operationId":"add_billing_information_plans_billing_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/plans/edit":{"put":{"tags":["billing"],"summary":"Edit Billing Info","operationId":"edit_billing_info_plans_edit_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditBillingPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["billing"],"summary":"Edit Billing Info","operationId":"edit_billing_info_plans_edit_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditBillingPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/plans/sessions":{"put":{"tags":["billing"],"summary":"Update Plan Sessions","operationId":"update_plan_sessions_plans_sessions_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePlanSessionsSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["billing"],"summary":"Update Plan Sessions","operationId":"update_plan_sessions_plans_sessions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePlanSessionsSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/plans/cancel":{"delete":{"tags":["billing"],"summary":"Cancel Plan","operationId":"cancel_plan_plans_cancel_delete","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/plans/re-enable":{"get":{"tags":["billing"],"summary":"Re Enable Plan","operationId":"re_enable_plan_plans_re_enable_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/re-validate":{"get":{"tags":["account"],"summary":"Re Validate Email","operationId":"re_validate_email_re_validate_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["account"],"summary":"Re Validate Email","operationId":"re_validate_email_re_validate_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/API_TESTING/update":{"get":{"tags":["testing_api"],"summary":"Update Testing Data","operationId":"update_testing_data_API_TESTING_update_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]}},"/tracker/error":{"put":{"tags":["tracker"],"summary":"Save Tracker Error","operationId":"save_tracker_error_tracker_error_put","requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Data"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["tracker"],"summary":"Save Tracker Error","operationId":"save_tracker_error_tracker_error_post","requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Data"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/{projectId}/session-feedback":{"post":{"tags":["feedback","recommendations"],"summary":"Save Session Feedback","operationId":"save_session_feedback__projectId__session_feedback_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionRecommendationSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/sessions-recommendations":{"get":{"tags":["recommendations"],"summary":"Get Recommended Sessions","operationId":"get_recommended_sessions__projectId__sessions_recommendations_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["sessions","recommendations"],"summary":"Post Recommended Sessions","operationId":"post_recommended_sessions__projectId__sessions_recommendations_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionRecommendationListSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/shorts-recommendations":{"get":{"tags":["recommendations","shorts"],"summary":"Get Recommended Shorts","operationId":"get_recommended_shorts__projectId__shorts_recommendations_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/generate/shorts":{"post":{"tags":["recommendations","shorts"],"summary":"Request Short Generation","operationId":"request_short_generation__projectId__generate_shorts_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/similar-sessions/{session_id}":{"post":{"tags":["recommendations","similar"],"summary":"Get Similar Sessions","operationId":"get_similar_sessions__projectId__similar_sessions__session_id__post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"integer","title":"Session Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimilarSessionsSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/session-feedback/{session_id}":{"get":{"tags":["recommendations"],"summary":"Get Session Feedback","operationId":"get_session_feedback__projectId__session_feedback__session_id__get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"integer","title":"Session Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/finetuning/sessions":{"get":{"tags":["recommendations"],"summary":"Get Sessions For Finetuning","operationId":"get_sessions_for_finetuning__projectId__finetuning_sessions_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/finetune":{"get":{"tags":["recommendations"],"summary":"Trigger Finetuning","operationId":"trigger_finetuning__projectId__finetune_get","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/signals":{"post":{"tags":["signals"],"summary":"Send Interactions","operationId":"send_interactions__projectId__signals_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignalsSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{projectId}/{sessionId}/signals":{"post":{"tags":["signals"],"summary":"Send Interactions Ch","operationId":"send_interactions_ch__projectId___sessionId__signals_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}},{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","title":"Sessionid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignalsSchema2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/billing/invoices":{"post":{"tags":["client"],"summary":"Get Invoices","operationId":"get_invoices_billing_invoices_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvoicesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/smart-issues/{projectId}/issue/ticket":{"post":{"tags":["smart-issues"],"summary":"Create Smart Issue Ticket","operationId":"create_smart_issue_ticket_smart_issues__projectId__issue_ticket_post","security":[{"JWTAuth":[]}],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"integer","title":"Projectid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartIssueTicketSchema"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/integrations/linear":{"get":{"tags":["integrations"],"summary":"Get Status Linear","operationId":"get_status_linear_integrations_linear_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"JWTAuth":[]}]},"post":{"tags":["integrations"],"summary":"Add Edit Linear","operationId":"add_edit_linear_integrations_linear_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueTrackingLinearSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]},"delete":{"tags":["integrations"],"summary":"Delete Linear","operationId":"delete_linear_integrations_linear_delete","requestBody":{"content":{"application/json":{"schema":{"title":" "}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"JWTAuth":[]}]}},"/os/signup":{"put":{"tags":["opensource"],"summary":"Report Sighup","operationId":"report_sighup_os_signup_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OSTelemetryPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["opensource"],"summary":"Report Sighup","operationId":"report_sighup_os_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OSTelemetryPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/os/telemetry":{"put":{"tags":["opensource"],"summary":"Report Usage","operationId":"report_usage_os_telemetry_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOSTelemetryPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["opensource"],"summary":"Report Usage","operationId":"report_usage_os_telemetry_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOSTelemetryPayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/os/license":{"put":{"tags":["opensource"],"summary":"Validate License","operationId":"validate_license_os_license_put","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OSLicencePayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["opensource"],"summary":"Validate License","operationId":"validate_license_os_license_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OSLicencePayloadSchema"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AddCollaborationSchema":{"properties":{"name":{"type":"string","pattern":"^[a-z,A-Z,0-9,\\-,é,è,à,ç, ,|,&,\\/,\\\\,_,.,#,']*$","title":"Name"},"url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Url"}},"type":"object","required":["name","url"],"title":"AddCollaborationSchema"},"AlertColumn":{"type":"string","enum":["performance.dom_content_loaded.average","performance.first_meaningful_paint.average","performance.page_load_time.average","performance.dom_build_time.average","performance.speed_index.average","performance.page_response_time.average","performance.ttfb.average","performance.time_to_render.average","performance.crashes.count","errors.javascript.count","errors.backend.count","CUSTOM"],"title":"AlertColumn"},"AlertDetectionMethod":{"type":"string","enum":["threshold","change"],"title":"AlertDetectionMethod"},"AlertDetectionType":{"type":"string","enum":["percent","change"],"title":"AlertDetectionType"},"AlertSchema":{"properties":{"name":{"type":"string","pattern":"^[a-z,A-Z,0-9,\\-,é,è,à,ç, ,|,&,\\/,\\\\,_,.,#,']*$","title":"Name"},"detectionMethod":{"$ref":"#/components/schemas/AlertDetectionMethod"},"change":{"anyOf":[{"$ref":"#/components/schemas/AlertDetectionType"},{"type":"null"}],"default":"change"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"options":{"$ref":"#/components/schemas/_AlertOptionSchema"},"query":{"$ref":"#/components/schemas/_AlertQuerySchema"}},"type":"object","required":["name","detectionMethod","options","query"],"title":"AlertSchema"},"AssistRecordPayloadSchema":{"properties":{"name":{"type":"string","minLength":1,"title":"Name"},"duration":{"type":"integer","title":"Duration"},"sessionId":{"type":"integer","title":"Sessionid"}},"type":"object","required":["name","duration","sessionId"],"title":"AssistRecordPayloadSchema"},"AssistRecordSavePayloadSchema":{"properties":{"name":{"type":"string","minLength":1,"title":"Name"},"duration":{"type":"integer","title":"Duration"},"sessionId":{"type":"integer","title":"Sessionid"},"key":{"type":"string","title":"Key"}},"type":"object","required":["name","duration","sessionId","key"],"title":"AssistRecordSavePayloadSchema"},"AssistRecordSearchPayloadSchema":{"properties":{"startTimestamp":{"type":"integer","title":"Starttimestamp"},"endTimestamp":{"type":"integer","title":"Endtimestamp"},"limit":{"type":"integer","maximum":200.0,"exclusiveMinimum":0.0,"title":"Limit","default":200},"page":{"type":"integer","exclusiveMinimum":0.0,"title":"Page","default":1},"userId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Userid"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"order":{"type":"string","enum":["asc","desc"],"title":"Order","default":"desc"}},"type":"object","title":"AssistRecordSearchPayloadSchema"},"AssistRecordUpdatePayloadSchema":{"properties":{"name":{"type":"string","minLength":1,"title":"Name"}},"type":"object","required":["name"],"title":"AssistRecordUpdatePayloadSchema"},"AssistSortOptions":{"type":"string","enum":["timestamp","assist_duration","call_duration","control_duration"],"title":"AssistSortOptions"},"AssistStatsMember":{"properties":{"name":{"type":"string","title":"Name"},"count":{"type":"integer","title":"Count"},"assistDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Assistduration","default":0},"callDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Callduration","default":0},"controlDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Controlduration","default":0},"assistCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Assistcount","default":0}},"type":"object","required":["name","count"],"title":"AssistStatsMember"},"AssistStatsSession":{"properties":{"sessionId":{"type":"string","title":"Sessionid"},"timestamp":{"type":"integer","title":"Timestamp"},"teamMembers":{"items":{"$ref":"#/components/schemas/AssistStatsSessionAgent"},"type":"array","title":"Teammembers"},"assistDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Assistduration","default":0},"callDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Callduration","default":0},"controlDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Controlduration","default":0}},"type":"object","required":["sessionId","timestamp","teamMembers"],"title":"AssistStatsSession"},"AssistStatsSessionAgent":{"properties":{"name":{"type":"string","title":"Name"},"id":{"type":"integer","title":"Id"}},"type":"object","required":["name","id"],"title":"AssistStatsSessionAgent"},"AssistStatsSessionsRequest":{"properties":{"startTimestamp":{"type":"integer","title":"Starttimestamp"},"endTimestamp":{"type":"integer","title":"Endtimestamp"},"limit":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Limit","default":10},"page":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Page","default":1},"sort":{"anyOf":[{"$ref":"#/components/schemas/AssistSortOptions"},{"type":"null"}],"default":"timestamp"},"order":{"anyOf":[{"$ref":"#/components/schemas/AssistStatsSortOrder"},{"type":"null"}],"default":"desc"},"userId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Userid"}},"type":"object","required":["startTimestamp","endTimestamp"],"title":"AssistStatsSessionsRequest"},"AssistStatsSessionsResponse":{"properties":{"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"list":{"items":{"$ref":"#/components/schemas/AssistStatsSession"},"type":"array","title":"List","default":[]}},"type":"object","required":["total","page"],"title":"AssistStatsSessionsResponse"},"AssistStatsSort":{"type":"string","enum":["sessionsAssisted","assistDuration","callDuration","controlDuration"],"title":"AssistStatsSort"},"AssistStatsSortOrder":{"type":"string","enum":["asc","desc"],"title":"AssistStatsSortOrder"},"AssistStatsTopMembersResponse":{"properties":{"total":{"type":"integer","title":"Total"},"list":{"items":{"$ref":"#/components/schemas/AssistStatsMember"},"type":"array","title":"List"}},"type":"object","required":["total","list"],"title":"AssistStatsTopMembersResponse"},"AuthorizeSchema":{"properties":{"state":{"type":"string","title":"State"},"clientId":{"type":"string","title":"Clientid"}},"type":"object","required":["state","clientId"],"title":"AuthorizeSchema"},"BillingAddress":{"properties":{"line1":{"type":"string","title":"Line1"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"City"},"state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"State"},"country":{"type":"string","maxLength":2,"minLength":2,"title":"Country"},"line2":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Line2"}},"type":"object","required":["line1","country"],"title":"BillingAddress"},"BillingPayloadSchema":{"properties":{"cardToken":{"type":"string","title":"Cardtoken"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"address":{"anyOf":[{"$ref":"#/components/schemas/BillingAddress"},{"type":"null"}]}},"type":"object","required":["cardToken"],"title":"BillingPayloadSchema"},"ClickEventExtraOperator":{"type":"string","enum":["selectorIs","selectorIsAny","selectorIsNot","selectorIsUndefined","selectorContains","selectorNotContains","selectorStartsWith","selectorEndsWith"],"title":"ClickEventExtraOperator"},"CreateMemberSchema":{"properties":{"userId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Userid"},"name":{"type":"string","title":"Name"},"email":{"type":"string","format":"email","title":"Email"},"admin":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Admin","default":false},"roleId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Roleid"}},"type":"object","required":["name","email"],"title":"CreateMemberSchema"},"CreateProjectSchema":{"properties":{"name":{"type":"string","pattern":"^[a-z,A-Z,0-9,\\-,é,è,à,ç, ,|,&,\\/,\\\\,_,.,#,']*$","title":"Name","default":"my first project"},"platform":{"type":"string","enum":["web","ios"],"title":"Platform","default":"web"}},"type":"object","title":"CreateProjectSchema"},"EditAccountSchema":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"tenantName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tenantname"},"optOut":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Optout"}},"type":"object","title":"EditAccountSchema"},"EditBillingPayloadSchema":{"properties":{"cardToken":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cardtoken"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"address":{"anyOf":[{"$ref":"#/components/schemas/BillingAddress"},{"type":"null"}]}},"type":"object","title":"EditBillingPayloadSchema"},"EditCollaborationSchema":{"properties":{"name":{"anyOf":[{"type":"string","pattern":"^[a-z,A-Z,0-9,\\-,é,è,à,ç, ,|,&,\\/,\\\\,_,.,#,']*$"},{"type":"null"}],"title":"Name"},"url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Url"}},"type":"object","required":["url"],"title":"EditCollaborationSchema"},"EditMemberSchema":{"properties":{"name":{"type":"string","title":"Name"},"email":{"type":"string","format":"email","title":"Email"},"admin":{"type":"boolean","title":"Admin","default":false},"roleId":{"type":"integer","title":"Roleid"}},"type":"object","required":["name","email","roleId"],"title":"EditMemberSchema"},"EditPasswordByInvitationSchema":{"properties":{"invitation":{"type":"string","title":"Invitation"},"pass":{"type":"string","title":"Pass"},"password":{"type":"string","format":"password","title":"Password","writeOnly":true}},"type":"object","required":["invitation","pass","password"],"title":"EditPasswordByInvitationSchema"},"EditUserPasswordSchema":{"properties":{"oldPassword":{"type":"string","format":"password","title":"Oldpassword","writeOnly":true},"newPassword":{"type":"string","format":"password","title":"Newpassword","writeOnly":true}},"type":"object","required":["oldPassword","newPassword"],"title":"EditUserPasswordSchema"},"ErrorSource":{"type":"string","enum":["js_exception","bugsnag","cloudwatch","datadog","newrelic","rollbar","sentry","stackdriver","sumologic"],"title":"ErrorSource"},"EventPredefinedPropertyType":{"type":"string","enum":["$time","$source","$duration_s","description","$auto_captured","$sdk_edition","$sdk_version","$device_id","$os","$os_version","$browser","$browser_version","$device","$screen_height","$screen_width","$current_url","$initial_referrer","$referring_domain","$referrer","$initial_referring_domain","$search_engine","$search_engine_keyword","utm_source","utm_medium","utm_campaign","$country","$state","$city","issue_type","$tags","$import"],"title":"EventPredefinedPropertyType"},"EventPropertiesSchema":{"properties":{"operator":{"type":"string","enum":["and","or"],"title":"Operator"},"filters":{"items":{"$ref":"#/components/schemas/PropertyFilterSchema"},"type":"array","title":"Filters"}},"type":"object","required":["operator","filters"],"title":"EventPropertiesSchema"},"EventSearchSchema":{"properties":{"isEvent":{"type":"boolean","const":true,"title":"Isevent","default":true},"name":{"type":"string","title":"Name"},"properties":{"anyOf":[{"$ref":"#/components/schemas/EventPropertiesSchema"},{"type":"null"}]}},"type":"object","required":["name"],"title":"EventSearchSchema"},"EventType":{"type":"string","enum":["click","input","location","custom","request","fetch","graphql","stateAction","error","tag","clickMobile","inputMobile","viewMobile","customMobile","requestMobile","errorMobile","swipeMobile","event","incident","clickCoordinates"],"title":"EventType"},"EventsSearchPayloadSchema":{"properties":{"limit":{"type":"integer","maximum":200.0,"exclusiveMinimum":0.0,"title":"Limit","default":200},"page":{"type":"integer","exclusiveMinimum":0.0,"title":"Page","default":1},"startTimestamp":{"type":"integer","title":"Starttimestamp"},"endTimestamp":{"type":"integer","title":"Endtimestamp"},"filters":{"items":{"oneOf":[{"$ref":"#/components/schemas/EventSearchSchema"},{"$ref":"#/components/schemas/PropertyFilterSchema"}],"discriminator":{"propertyName":"isEvent","mapping":{"False":"#/components/schemas/PropertyFilterSchema","True":"#/components/schemas/EventSearchSchema"}}},"type":"array","title":"Filters"},"sort":{"type":"string","title":"Sort","default":"startTs"},"order":{"$ref":"#/components/schemas/SortOrderType","default":"DESC"}},"type":"object","required":["filters"],"title":"EventsSearchPayloadSchema"},"FeatureFlagCondition":{"properties":{"conditionId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Conditionid"},"name":{"type":"string","title":"Name"},"rolloutPercentage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Rolloutpercentage","default":0},"filters":{"items":{"$ref":"#/components/schemas/FeatureFlagConditionFilterSchema"},"type":"array","title":"Filters"}},"type":"object","required":["name"],"title":"FeatureFlagCondition"},"FeatureFlagConditionFilterSchema":{"properties":{"isEvent":{"type":"boolean","const":false,"title":"Isevent","default":false},"type":{"$ref":"#/components/schemas/FilterType"},"value":{"items":{"type":"string"},"type":"array","minItems":1,"title":"Value"},"operator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/MathOperator"}],"title":"Operator"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"},"sourceOperator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/MathOperator"},{"type":"null"}],"title":"Sourceoperator"}},"type":"object","required":["type","operator"],"title":"FeatureFlagConditionFilterSchema"},"FeatureFlagSchema":{"properties":{"payload":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payload"},"flagKey":{"type":"string","pattern":"^[a-zA-Z0-9\\-]+$","title":"Flagkey"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"flagType":{"$ref":"#/components/schemas/FeatureFlagType","default":"single"},"isPersist":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Ispersist","default":false},"isActive":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isactive","default":true},"conditions":{"items":{"$ref":"#/components/schemas/FeatureFlagCondition"},"type":"array","minItems":1,"title":"Conditions"},"variants":{"items":{"$ref":"#/components/schemas/FeatureFlagVariant"},"type":"array","title":"Variants"}},"type":"object","required":["flagKey"],"title":"FeatureFlagSchema"},"FeatureFlagStatus":{"properties":{"isActive":{"type":"boolean","title":"Isactive"}},"type":"object","required":["isActive"],"title":"FeatureFlagStatus"},"FeatureFlagType":{"type":"string","enum":["single","multi"],"title":"FeatureFlagType"},"FeatureFlagVariant":{"properties":{"variantId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Variantid"},"value":{"type":"string","title":"Value"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"payload":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payload"},"rolloutPercentage":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Rolloutpercentage","default":0}},"type":"object","required":["value"],"title":"FeatureFlagVariant"},"FetchFilterType":{"type":"string","enum":["fetchUrl","fetchStatusCode","fetchMethod","fetchDuration","fetchRequestBody","fetchResponseBody"],"title":"FetchFilterType"},"FilterType":{"type":"string","enum":["userOs","userBrowser","userBrowserVersion","userDevice","userDeviceType","userCountry","userCity","userState","userId","distinct_id","userAnonymousId","referrer","revId","userOsIos","userDeviceIos","userCountryIos","userIdIos","userAnonymousIdIos","revIdIos","duration","platform","metadata","issue","eventsCount","utmSource","utmMedium","utmCampaign","thermalState","mainThreadCPU","viewComponent","logEvent","clickEvent","memoryUsage"],"title":"FilterType"},"ForgetPasswordPayloadSchema":{"properties":{"g-recaptcha-response":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"G-Recaptcha-Response"},"email":{"type":"string","format":"email","title":"Email"}},"type":"object","required":["email"],"title":"ForgetPasswordPayloadSchema"},"GdprSchema":{"properties":{"maskEmails":{"type":"boolean","title":"Maskemails"},"sampleRate":{"type":"integer","title":"Samplerate"},"maskNumbers":{"type":"boolean","title":"Masknumbers"},"defaultInputMode":{"type":"string","title":"Defaultinputmode"}},"type":"object","required":["maskEmails","sampleRate","maskNumbers","defaultInputMode"],"title":"GdprSchema"},"GraphqlFilterType":{"type":"string","enum":["graphqlName","graphqlMethod","graphqlRequestBody","graphqlResponseBody"],"title":"GraphqlFilterType"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"IntegartionStackdriverSchema":{"properties":{"serviceAccountCredentials":{"type":"string","title":"Serviceaccountcredentials"},"logName":{"type":"string","title":"Logname"}},"type":"object","required":["serviceAccountCredentials","logName"],"title":"IntegartionStackdriverSchema"},"IntegrationBugsnagBasicSchema":{"properties":{"authorizationToken":{"type":"string","title":"Authorizationtoken"}},"type":"object","required":["authorizationToken"],"title":"IntegrationBugsnagBasicSchema"},"IntegrationBugsnagSchema":{"properties":{"authorizationToken":{"type":"string","title":"Authorizationtoken"},"bugsnagProjectId":{"type":"string","title":"Bugsnagprojectid"}},"type":"object","required":["authorizationToken","bugsnagProjectId"],"title":"IntegrationBugsnagSchema"},"IntegrationCloudwatchBasicSchema":{"properties":{"awsAccessKeyId":{"type":"string","title":"Awsaccesskeyid"},"awsSecretAccessKey":{"type":"string","title":"Awssecretaccesskey"},"region":{"type":"string","title":"Region"}},"type":"object","required":["awsAccessKeyId","awsSecretAccessKey","region"],"title":"IntegrationCloudwatchBasicSchema"},"IntegrationCloudwatchSchema":{"properties":{"awsAccessKeyId":{"type":"string","title":"Awsaccesskeyid"},"awsSecretAccessKey":{"type":"string","title":"Awssecretaccesskey"},"region":{"type":"string","title":"Region"},"logGroupName":{"type":"string","title":"Loggroupname"}},"type":"object","required":["awsAccessKeyId","awsSecretAccessKey","region","logGroupName"],"title":"IntegrationCloudwatchSchema"},"IntegrationDatadogSchema":{"properties":{"apiKey":{"type":"string","title":"Apikey"},"applicationKey":{"type":"string","title":"Applicationkey"}},"type":"object","required":["apiKey","applicationKey"],"title":"IntegrationDatadogSchema"},"IntegrationElasticsearchSchema":{"properties":{"host":{"type":"string","title":"Host"},"port":{"type":"integer","title":"Port"},"apiKeyId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Apikeyid"},"apiKey":{"type":"string","title":"Apikey"},"indexes":{"type":"string","title":"Indexes"}},"type":"object","required":["host","port","apiKey","indexes"],"title":"IntegrationElasticsearchSchema"},"IntegrationElasticsearchTestSchema":{"properties":{"host":{"type":"string","title":"Host"},"port":{"type":"integer","title":"Port"},"apiKeyId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Apikeyid"},"apiKey":{"type":"string","title":"Apikey"}},"type":"object","required":["host","port","apiKey"],"title":"IntegrationElasticsearchTestSchema"},"IntegrationNewrelicSchema":{"properties":{"applicationId":{"type":"string","title":"Applicationid"},"xQueryKey":{"type":"string","title":"Xquerykey"},"region":{"type":"boolean","title":"Region","default":false}},"type":"object","required":["applicationId","xQueryKey"],"title":"IntegrationNewrelicSchema"},"IntegrationNotificationSchema":{"properties":{"comment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Comment"}},"type":"object","title":"IntegrationNotificationSchema"},"IntegrationRollbarSchema":{"properties":{"accessToken":{"type":"string","title":"Accesstoken"}},"type":"object","required":["accessToken"],"title":"IntegrationRollbarSchema"},"IntegrationSentrySchema":{"properties":{"projectSlug":{"type":"string","title":"Projectslug"},"organizationSlug":{"type":"string","title":"Organizationslug"},"token":{"type":"string","title":"Token"}},"type":"object","required":["projectSlug","organizationSlug","token"],"title":"IntegrationSentrySchema"},"IntegrationSumologicSchema":{"properties":{"accessId":{"type":"string","title":"Accessid"},"accessKey":{"type":"string","title":"Accesskey"},"region":{"type":"string","title":"Region"}},"type":"object","required":["accessId","accessKey","region"],"title":"IntegrationSumologicSchema"},"InvoicesRequest":{"properties":{"page":{"type":"integer","title":"Page","default":1},"limit":{"type":"integer","title":"Limit","default":10},"startTimestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endtimestamp"}},"type":"object","title":"InvoicesRequest"},"IssueTrackingGithubSchema":{"properties":{"token":{"type":"string","title":"Token"}},"type":"object","required":["token"],"title":"IssueTrackingGithubSchema"},"IssueTrackingJiraSchema":{"properties":{"token":{"type":"string","title":"Token"},"username":{"type":"string","title":"Username"},"url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Url"}},"type":"object","required":["token","username","url"],"title":"IssueTrackingJiraSchema"},"IssueTrackingLinearSchema":{"properties":{"token":{"type":"string","title":"Token"}},"type":"object","required":["token"],"title":"IssueTrackingLinearSchema"},"IssueType":{"type":"string","enum":["click_rage","dead_click","excessive_scrolling","bad_request","missing_resource","memory","cpu","slow_resource","slow_page_load","crash","custom","js_exception","mouse_thrashing","tap_rage","incident"],"title":"IssueType"},"ListOSTelemetryPayloadSchema":{"properties":{"stats":{"items":{"$ref":"#/components/schemas/OSTelemetryPayloadSchema"},"type":"array","title":"Stats"}},"type":"object","required":["stats"],"title":"ListOSTelemetryPayloadSchema"},"LiveFilterType":{"type":"string","enum":["userOs","userBrowser","userDevice","userCountry","userCity","userState","userId","userAnonymousId","revId","platform","pageTitle","sessionId","metadata","userUuid","trackerVersion","userBrowserVersion","userDeviceType"],"title":"LiveFilterType"},"LiveSessionSearchFilterSchema":{"properties":{"value":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"string"}],"title":"Value"},"name":{"$ref":"#/components/schemas/LiveFilterType"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"},"operator":{"type":"string","enum":["is","contains"],"title":"Operator","default":"contains"}},"type":"object","required":["value","name"],"title":"LiveSessionSearchFilterSchema"},"LiveSessionsSearchPayloadSchema":{"properties":{"limit":{"type":"integer","maximum":200.0,"exclusiveMinimum":0.0,"title":"Limit","default":200},"page":{"type":"integer","exclusiveMinimum":0.0,"title":"Page","default":1},"filters":{"items":{"$ref":"#/components/schemas/LiveSessionSearchFilterSchema"},"type":"array","title":"Filters","default":[]},"sort":{"anyOf":[{"$ref":"#/components/schemas/LiveFilterType"},{"type":"string"}],"title":"Sort","default":"TIMESTAMP"},"order":{"$ref":"#/components/schemas/SortOrderType","default":"DESC"}},"type":"object","title":"LiveSessionsSearchPayloadSchema"},"MathOperator":{"type":"string","enum":["=","<",">","<=",">="],"title":"MathOperator"},"MetadataSchema":{"properties":{"index":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Index"},"key":{"type":"string","title":"Key"}},"type":"object","required":["key"],"title":"MetadataSchema"},"MobileSignPayloadSchema":{"properties":{"keys":{"items":{"type":"string"},"type":"array","title":"Keys"}},"type":"object","required":["keys"],"title":"MobileSignPayloadSchema"},"ModuleStatus":{"properties":{"module":{"$ref":"#/components/schemas/ModuleType"},"status":{"type":"boolean","title":"Status"}},"type":"object","required":["module","status"],"title":"ModuleStatus"},"ModuleType":{"type":"string","enum":["assist","notes","bug-reports","offline-recordings","alerts","assist-stats","recommendations","feature-flags","usability-tests"],"title":"ModuleType"},"NotificationsViewSchema":{"properties":{"startTimestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endtimestamp"},"ids":{"items":{"type":"integer"},"type":"array","title":"Ids"}},"type":"object","title":"NotificationsViewSchema"},"OSLicencePayloadSchema":{"properties":{"mid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Mid"},"license":{"type":"string","title":"License"}},"type":"object","required":["license"],"title":"OSLicencePayloadSchema"},"OSTelemetryPayloadSchema":{"properties":{"edition":{"type":"string","title":"Edition"},"tracking":{"type":"boolean","title":"Tracking"},"version":{"type":"string","title":"Version"},"user_id":{"type":"string","title":"User Id"},"owner_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner Email"},"organization_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Organization Name"},"users_count":{"type":"integer","title":"Users Count"},"projects_count":{"type":"integer","title":"Projects Count"},"sessions_count":{"type":"integer","title":"Sessions Count"},"integrations_count":{"type":"integer","title":"Integrations Count"}},"type":"object","required":["edition","tracking","version","user_id","users_count","projects_count","sessions_count","integrations_count"],"title":"OSTelemetryPayloadSchema"},"PerformanceEventType":{"type":"string","enum":["domComplete","largestContentfulPaintTime","ttfb","avgCpuLoad","avgMemoryUsage","fetchFailed"],"title":"PerformanceEventType"},"Permissions":{"type":"string","enum":["SESSION_REPLAY","SESSION_EXPORT","DEV_TOOLS","METRICS","ASSIST_LIVE","ASSIST_CALL","SPOT","SPOT_PUBLIC","DATA_MANAGEMENT","SMART_ISSUES"],"title":"Permissions"},"PlatformType":{"type":"string","enum":["mobile","desktop","tablet"],"title":"PlatformType"},"ProjectConditions":{"properties":{"conditionId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Conditionid"},"name":{"type":"string","title":"Name"},"captureRate":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Capturerate"},"filters":{"items":{"oneOf":[{"$ref":"#/components/schemas/SessionSearchFilterSchema"},{"$ref":"#/components/schemas/SessionSearchEventSchema"}],"discriminator":{"propertyName":"isEvent","mapping":{"False":"#/components/schemas/SessionSearchFilterSchema","True":"#/components/schemas/SessionSearchEventSchema"}}},"type":"array","title":"Filters"}},"type":"object","required":["name","captureRate"],"title":"ProjectConditions"},"ProjectSettings":{"properties":{"rate":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Rate"},"conditionalCapture":{"type":"boolean","title":"Conditionalcapture","default":false},"conditions":{"items":{"$ref":"#/components/schemas/ProjectConditions"},"type":"array","title":"Conditions"}},"type":"object","required":["rate"],"title":"ProjectSettings"},"PropertyFilterSchema":{"properties":{"isEvent":{"type":"boolean","const":false,"title":"Isevent","default":false},"name":{"anyOf":[{"$ref":"#/components/schemas/EventPredefinedPropertyType"},{"type":"string"}],"title":"Name"},"operator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/MathOperator"}],"title":"Operator"},"value":{"items":{"anyOf":[{"type":"integer"},{"type":"string"}]},"type":"array","title":"Value"},"dataType":{"$ref":"#/components/schemas/PropertyType","default":"string"},"autoCaptured":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Autocaptured","default":true}},"type":"object","required":["name","operator","value"],"title":"PropertyFilterSchema"},"PropertyType":{"type":"string","enum":["int","float","datetime","string","array","tuple","map","nested"],"title":"PropertyType"},"RequestGraphqlFilterSchema":{"properties":{"type":{"anyOf":[{"$ref":"#/components/schemas/FetchFilterType"},{"$ref":"#/components/schemas/GraphqlFilterType"}],"title":"Type"},"value":{"items":{"anyOf":[{"type":"integer"},{"type":"string"}]},"type":"array","title":"Value"},"operator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/MathOperator"}],"title":"Operator"}},"type":"object","required":["type","value","operator"],"title":"RequestGraphqlFilterSchema"},"RolePayloadSchema":{"properties":{"name":{"type":"string","maxLength":40,"minLength":1,"title":"Name"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"permissions":{"items":{"$ref":"#/components/schemas/Permissions"},"type":"array","title":"Permissions"},"allProjects":{"type":"boolean","title":"Allprojects","default":true},"projects":{"items":{"type":"integer"},"type":"array","title":"Projects","default":[]}},"type":"object","required":["name","permissions"],"title":"RolePayloadSchema"},"SampleRateSchema":{"properties":{"rate":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Rate"},"captureAll":{"type":"boolean","title":"Captureall","default":false}},"type":"object","required":["rate"],"title":"SampleRateSchema"},"ScopeSchema":{"properties":{"scope":{"type":"integer","maximum":2.0,"minimum":1.0,"title":"Scope","default":1}},"type":"object","title":"ScopeSchema"},"SearchEventOperator":{"type":"string","enum":["is","isAny","on","onAny","isNot","isUndefined","notOn","contains","notContains","startsWith","endsWith","regex"],"title":"SearchEventOperator"},"SearchFlagsSchema":{"properties":{"limit":{"type":"integer","maximum":200.0,"exclusiveMinimum":0.0,"title":"Limit","default":15},"page":{"type":"integer","exclusiveMinimum":0.0,"title":"Page","default":1},"userId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Userid"},"order":{"$ref":"#/components/schemas/SortOrderType","default":"DESC"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"isActive":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isactive"}},"type":"object","title":"SearchFlagsSchema"},"SessionRecommendationListSchema":{"properties":{"sortBy":{"anyOf":[{"$ref":"#/components/schemas/Sort"},{"type":"null"}],"default":"sessionId"},"sortOrder":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sortorder","default":"asc"}},"type":"object","title":"SessionRecommendationListSchema"},"SessionRecommendationPayloadSchema":{"properties":{"interesting":{"type":"boolean","title":"Interesting","default":false},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason","default":""},"comment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Comment","default":""}},"type":"object","title":"SessionRecommendationPayloadSchema"},"SessionRecommendationSchema":{"properties":{"sessionId":{"type":"integer","title":"Sessionid"},"payload":{"$ref":"#/components/schemas/SessionRecommendationPayloadSchema"}},"type":"object","required":["sessionId","payload"],"title":"SessionRecommendationSchema"},"SessionSearchEventSchema":{"properties":{"isEvent":{"type":"boolean","const":true,"title":"Isevent","default":true},"value":{"items":{"anyOf":[{"type":"integer"},{"type":"string"}]},"type":"array","title":"Value"},"name":{"anyOf":[{"$ref":"#/components/schemas/EventType"},{"$ref":"#/components/schemas/PerformanceEventType"},{"type":"string"}],"title":"Name"},"operator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/ClickEventExtraOperator"}],"title":"Operator"},"source":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/components/schemas/ErrorSource"},{"type":"integer"},{"type":"string"}]},"type":"array"},{"type":"null"}],"title":"Source"},"sourceOperator":{"anyOf":[{"$ref":"#/components/schemas/MathOperator"},{"type":"null"}]},"autoCaptured":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Autocaptured","default":true},"filters":{"anyOf":[{"items":{"$ref":"#/components/schemas/RequestGraphqlFilterSchema"},"type":"array"},{"type":"null"}],"title":"Filters"},"properties":{"anyOf":[{"$ref":"#/components/schemas/EventPropertiesSchema"},{"type":"null"}]}},"type":"object","required":["value","name","operator"],"title":"SessionSearchEventSchema"},"SessionSearchFilterSchema":{"properties":{"isEvent":{"type":"boolean","const":false,"title":"Isevent","default":false},"value":{"items":{"anyOf":[{"$ref":"#/components/schemas/IssueType"},{"$ref":"#/components/schemas/PlatformType"},{"type":"integer"},{"type":"string"}]},"type":"array","title":"Value"},"name":{"anyOf":[{"$ref":"#/components/schemas/FilterType"},{"type":"string"}],"title":"Name"},"operator":{"anyOf":[{"$ref":"#/components/schemas/SearchEventOperator"},{"$ref":"#/components/schemas/MathOperator"}],"title":"Operator"},"source":{"anyOf":[{"$ref":"#/components/schemas/ErrorSource"},{"type":"string"},{"type":"null"}],"title":"Source"},"dataType":{"anyOf":[{"$ref":"#/components/schemas/PropertyType"},{"type":"null"}],"default":"string"},"autoCaptured":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Autocaptured","default":true}},"type":"object","required":["name","operator"],"title":"SessionSearchFilterSchema"},"SignalSources":{"type":"string","enum":["console","fast_forward","graphql","jump","network","pause","performance","play","replay","return","rewind","speed","stack_events","storage","xray","xray_clickrage","xray_errors","xray_events","xray_frustrations","xray_network","xray_performance","notes","share","vault","duration","backend_logs"],"title":"SignalSources"},"SignalsSchema":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"action":{"type":"string","title":"Action"},"source":{"type":"string","title":"Source"},"category":{"type":"string","title":"Category"},"data":{"additionalProperties":true,"type":"object","title":"Data","default":{}}},"type":"object","required":["timestamp","action","source","category"],"title":"SignalsSchema"},"SignalsSchema2":{"properties":{"source":{"$ref":"#/components/schemas/SignalSources"},"value":{"type":"number","title":"Value","default":0.0}},"type":"object","required":["source"],"title":"SignalsSchema2"},"SimilarSessionsSchema":{"properties":{"similarityMethods":{"$ref":"#/components/schemas/SimilarityKey"},"startTimestamp":{"type":"integer","title":"Starttimestamp"},"endTimestamp":{"type":"integer","title":"Endtimestamp"}},"type":"object","required":["similarityMethods","startTimestamp","endTimestamp"],"title":"SimilarSessionsSchema"},"SimilarityKey":{"type":"string","enum":["journey","issues","network"],"title":"SimilarityKey"},"SmartIssueTicketSchema":{"properties":{"issueId":{"type":"string","format":"uuid","title":"Issueid"},"target":{"$ref":"#/components/schemas/SmartIssueTicketTarget","default":"linear"},"teamId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Teamid"}},"type":"object","required":["issueId"],"title":"SmartIssueTicketSchema"},"SmartIssueTicketTarget":{"type":"string","enum":["linear"],"title":"SmartIssueTicketTarget"},"Sort":{"type":"string","enum":["sessionId","eventsCount","startTs"],"title":"Sort"},"SortOrderType":{"type":"string","enum":["ASC","DESC"],"title":"SortOrderType"},"SourcemapUploadPayloadSchema":{"properties":{"URL":{"items":{"type":"string"},"type":"array","title":"Url"}},"type":"object","required":["URL"],"title":"SourcemapUploadPayloadSchema"},"TagCreate":{"properties":{"name":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9\" -]*$","title":"Name"},"selector":{"type":"string","maxLength":255,"minLength":1,"title":"Selector"},"ignoreClickRage":{"type":"boolean","title":"Ignoreclickrage","default":false},"ignoreDeadClick":{"type":"boolean","title":"Ignoredeadclick","default":false}},"type":"object","required":["name","selector"],"title":"TagCreate"},"TagUpdate":{"properties":{"name":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9\" -]*$","title":"Name"}},"type":"object","required":["name"],"title":"TagUpdate"},"TrailSearchPayloadSchema":{"properties":{"limit":{"type":"integer","exclusiveMinimum":0.0,"title":"Limit","default":200},"page":{"type":"integer","exclusiveMinimum":0.0,"title":"Page","default":1},"startDate":{"type":"integer","title":"Startdate","default":1787317818605},"endDate":{"type":"integer","title":"Enddate","default":1788009018605},"userId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Userid"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"action":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Action"},"order":{"$ref":"#/components/schemas/SortOrderType","default":"DESC"}},"type":"object","title":"TrailSearchPayloadSchema"},"UpdatePlanSessionsSchema":{"properties":{"sessions":{"type":"integer","maximum":500000.0,"exclusiveMinimum":0.0,"title":"Sessions"}},"type":"object","required":["sessions"],"title":"UpdatePlanSessionsSchema"},"UserLoginSchema":{"properties":{"g-recaptcha-response":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"G-Recaptcha-Response"},"email":{"type":"string","format":"email","title":"Email"},"password":{"type":"string","format":"password","title":"Password","writeOnly":true}},"type":"object","required":["email","password"],"title":"UserLoginSchema"},"UserSignupSchema":{"properties":{"g-recaptcha-response":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"G-Recaptcha-Response"},"email":{"type":"string","format":"email","title":"Email"},"password":{"type":"string","format":"password","title":"Password","writeOnly":true},"fullname":{"type":"string","minLength":1,"title":"Fullname"},"organizationName":{"type":"string","minLength":1,"title":"Organizationname"}},"type":"object","required":["email","password","fullname","organizationName"],"title":"UserSignupSchema"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"WebhookSchema":{"properties":{"webhookId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Webhookid"},"authHeader":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authheader"},"name":{"type":"string","maxLength":100,"pattern":"^[a-z,A-Z,0-9,\\-,é,è,à,ç, ,|,&,\\/,\\\\,_,.,#,']*$","title":"Name","default":""}},"type":"object","required":["endpoint"],"title":"WebhookSchema"},"WeeklyReportConfigSchema":{"properties":{"weeklyReport":{"type":"boolean","title":"Weeklyreport","default":true}},"type":"object","title":"WeeklyReportConfigSchema"},"_AlertMessageSchema":{"properties":{"type":{"type":"string","title":"Type"},"value":{"type":"string","title":"Value"}},"type":"object","required":["type","value"],"title":"_AlertMessageSchema"},"_AlertOptionSchema":{"properties":{"message":{"items":{"$ref":"#/components/schemas/_AlertMessageSchema"},"type":"array","title":"Message","default":[]},"currentPeriod":{"type":"integer","enum":[15,30,60,120,240,1440],"title":"Currentperiod"},"previousPeriod":{"type":"integer","enum":[15,30,60,120,240,1440],"title":"Previousperiod","default":15},"lastNotification":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Lastnotification"},"renotifyInterval":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Renotifyinterval","default":720}},"type":"object","required":["currentPeriod"],"title":"_AlertOptionSchema"},"_AlertQuerySchema":{"properties":{"left":{"anyOf":[{"$ref":"#/components/schemas/AlertColumn"},{"type":"integer"}],"title":"Left"},"right":{"type":"number","title":"Right"},"operator":{"$ref":"#/components/schemas/MathOperator"}},"type":"object","required":["left","right","operator"],"title":"_AlertQuerySchema"}},"securitySchemes":{"JWTAuth":{"type":"http","scheme":"bearer"},"APIKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}}}