{"openapi":"3.1.0","info":{"title":"Magenta Platform API","description":"\n# Magenta Platform API\n\nCanonical **FastAPI** runtime for the Comma / Magenta federated platform.\n\n## Surfaces\n\n| Surface | Entry | Notes |\n|---------|-------|-------|\n| **REST / OpenAPI** | `/api/docs` | Interactive Swagger — all HTTP routes |\n| **GraphQL** | `/api/graphql/` | Strawberry schema + Voyager at `/api/graphql/voyager/` |\n| **WebSockets** | `/ws/magenta/`, `/ws/analytics/`, `/ws/status/` | Real-time events |\n| **MCP** | `/api/v2/mcp/` | Model Context Protocol tools |\n| **Health** | `/api/health/` | Liveness, readiness, detailed probes |\n\n## Authentication\n\n- **Admin console**: Google Workspace OAuth — `GET /api/auth/google/start`\n- **CMYK / mobile**: `POST /api/cmyk/auth/otp/send`, `verify`\n- **Magenta auth extensions**: Black Ops, Stripe webhooks under `/api/auth/`\n- **Dev bypass** (local only): `GET /api/auth/dev/bypass/{email}`\n\nSession cookie: `magenta_session` (domain `.magenta.lvh.me` in dev).\n\n## Versioning\n\n- `v1` — Core platform (auth, users, contact, deliverability, geoip, NFC, QRCodes, web)\n- `v2` — Waitlist CRUD, MCP\n- Unversioned — Analytics ingest, workflows, comms, realtime\n\n## Developer docs\n\nHuman-readable guides: [docs.magenta.lvh.me](https://docs.magenta.lvh.me) (or `/developer/` on API host).\n","version":"0.1.0","contact":{"name":"Comma Platform","url":"https://magenta.lvh.me","email":"hello@comma.cm"},"license":{"name":"Proprietary","url":"https://comma.cm/terms/"},"x-logo":{"url":"/static/css/mag-brand.css","altText":"Magenta"}},"paths":{"/api/health/":{"get":{"tags":["config"],"summary":"Api Health Check","description":"Django parity alias; mirrors /api/health with trailing slash for qa-heartbeat.","operationId":"api_health_check_api_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Health Check Api Health  Get"}}}}}}},"/api/status":{"get":{"tags":["config"],"summary":"Api Status","operationId":"api_status_api_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Status Api Status Get"}}}}}}},"/api/status/":{"get":{"tags":["config"],"summary":"Api Status","operationId":"api_status_api_status__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Status Api Status  Get"}}}}}}},"/status":{"get":{"tags":["config"],"summary":"Status Page","operationId":"status_page_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/status/":{"get":{"tags":["config"],"summary":"Status Page","operationId":"status_page_status__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/magenta.min.js":{"get":{"tags":["config"],"summary":"Magenta Script","operationId":"magenta_script_magenta_min_js_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/global-message-handler.js":{"get":{"tags":["config"],"summary":"Global Message Handler","operationId":"global_message_handler_global_message_handler_js_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/login":{"get":{"tags":["config"],"summary":"Login Page","operationId":"login_page_login_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/login/":{"get":{"tags":["config"],"summary":"Login Page","operationId":"login_page_login__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/signin":{"get":{"tags":["config"],"summary":"Signin Redirect","operationId":"signin_redirect_signin_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/signin/":{"get":{"tags":["config"],"summary":"Signin Redirect","operationId":"signin_redirect_signin__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/developer/":{"get":{"tags":["developer-docs"],"summary":"Developer Home","operationId":"developer_home_developer__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/developer/guides/{slug}":{"get":{"tags":["developer-docs"],"summary":"Developer Guide","operationId":"developer_guide_developer_guides__slug__get","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/developer/guides/{slug}/":{"get":{"tags":["developer-docs"],"summary":"Developer Guide","operationId":"developer_guide_developer_guides__slug___get","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/developer/reference":{"get":{"tags":["developer-docs"],"summary":"Developer Reference","operationId":"developer_reference_developer_reference_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/developer/reference/":{"get":{"tags":["developer-docs"],"summary":"Developer Reference","operationId":"developer_reference_developer_reference__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/":{"get":{"tags":["analytics_site"],"summary":"Magenta Homepage","operationId":"magenta_homepage__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/privacy":{"get":{"tags":["analytics_site"],"summary":"Privacy Policy","operationId":"privacy_policy_privacy_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/privacy/":{"get":{"tags":["analytics_site"],"summary":"Privacy Policy","operationId":"privacy_policy_privacy__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/terms":{"get":{"tags":["analytics_site"],"summary":"Terms Of Service","operationId":"terms_of_service_terms_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/terms/":{"get":{"tags":["analytics_site"],"summary":"Terms Of Service","operationId":"terms_of_service_terms__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/data-policy":{"get":{"tags":["analytics_site"],"summary":"Data Policy","operationId":"data_policy_data_policy_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/data-policy/":{"get":{"tags":["analytics_site"],"summary":"Data Policy","operationId":"data_policy_data_policy__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/install":{"get":{"tags":["analytics_site"],"summary":"Installation Guide","operationId":"installation_guide_install_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/install/":{"get":{"tags":["analytics_site"],"summary":"Installation Guide","operationId":"installation_guide_install__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/docs":{"get":{"tags":["analytics_site"],"summary":"Magenta Docs","operationId":"magenta_docs_docs_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/docs/":{"get":{"tags":["analytics_site"],"summary":"Magenta Docs","operationId":"magenta_docs_docs__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/pricing":{"get":{"tags":["analytics_site"],"summary":"Magenta Pricing","operationId":"magenta_pricing_pricing_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/pricing/":{"get":{"tags":["analytics_site"],"summary":"Magenta Pricing","operationId":"magenta_pricing_pricing__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/signup":{"get":{"tags":["analytics_site"],"summary":"Signup Page","operationId":"signup_page_signup_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["analytics_site"],"summary":"Signup Submit","operationId":"signup_submit_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignupBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/signup/":{"get":{"tags":["analytics_site"],"summary":"Signup Page","operationId":"signup_page_signup__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["analytics_site"],"summary":"Signup Submit","operationId":"signup_submit_signup__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignupBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/cmyk/":{"get":{"tags":["core_pages"],"summary":"Cmyk Live Demo","operationId":"cmyk_live_demo_cmyk__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/cmyk/api/":{"get":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"head":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["core_pages"],"summary":"Cmyk Api Demo","operationId":"cmyk_api_demo_cmyk_api__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/cmyk/docs/":{"get":{"tags":["core_pages"],"summary":"Cmyk Documentation","operationId":"cmyk_documentation_cmyk_docs__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/demo/deliverability/":{"get":{"tags":["core_pages"],"summary":"Deliverability Demo Get","operationId":"deliverability_demo_get_demo_deliverability__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["core_pages"],"summary":"Deliverability Demo Post","operationId":"deliverability_demo_post_demo_deliverability__post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_deliverability_demo_post_demo_deliverability__post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/geoip-test/":{"get":{"tags":["core_pages"],"summary":"Geoip Test","operationId":"geoip_test_geoip_test__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Geoip Test Geoip Test  Get"}}}}}}},"/web/sitemap.xml":{"get":{"tags":["core_pages"],"summary":"Sitemap Xml","operationId":"sitemap_xml_web_sitemap_xml_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["core_pages"],"summary":"Sitemap Xml","operationId":"sitemap_xml_web_sitemap_xml_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"head":{"tags":["core_pages"],"summary":"Sitemap Xml","operationId":"sitemap_xml_web_sitemap_xml_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/workflows/api/v1/auth/dev-access":{"get":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"head":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["core-dev-auth"],"summary":"Dev Access Check","operationId":"dev_access_check_workflows_api_v1_auth_dev_access_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/workflows/api/v1/auth/dev-mode":{"get":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"head":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["core-dev-auth"],"summary":"Dev Mode Activate","operationId":"dev_mode_activate_workflows_api_v1_auth_dev_mode_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/workflows/api/v1/auth/dev-status":{"get":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"put":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"post":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"delete":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"options":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"head":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}},"patch":{"tags":["core-dev-auth"],"summary":"Get Dev Status","operationId":"get_dev_status_workflows_api_v1_auth_dev_status_options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Dev Status Workflows Api V1 Auth Dev Status Options"}}}}}}},"/min/core/zipcodedeliverability/":{"get":{"tags":["Core Admin Stubs"],"summary":"Zipcodedeliverability Changelist","operationId":"zipcodedeliverability_changelist_min_core_zipcodedeliverability__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Zipcodedeliverability Changelist Min Core Zipcodedeliverability  Post"}}}}}},"put":{"tags":["Core Admin Stubs"],"summary":"Zipcodedeliverability Changelist","operationId":"zipcodedeliverability_changelist_min_core_zipcodedeliverability__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Zipcodedeliverability Changelist Min Core Zipcodedeliverability  Post"}}}}}},"post":{"tags":["Core Admin Stubs"],"summary":"Zipcodedeliverability Changelist","operationId":"zipcodedeliverability_changelist_min_core_zipcodedeliverability__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Zipcodedeliverability Changelist Min Core Zipcodedeliverability  Post"}}}}}},"delete":{"tags":["Core Admin Stubs"],"summary":"Zipcodedeliverability Changelist","operationId":"zipcodedeliverability_changelist_min_core_zipcodedeliverability__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Zipcodedeliverability Changelist Min Core Zipcodedeliverability  Post"}}}}}},"patch":{"tags":["Core Admin Stubs"],"summary":"Zipcodedeliverability Changelist","operationId":"zipcodedeliverability_changelist_min_core_zipcodedeliverability__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Zipcodedeliverability Changelist Min Core Zipcodedeliverability  Post"}}}}}}},"/realtime/test-public":{"get":{"tags":["realtime"],"summary":"Websocket Test Public","operationId":"websocket_test_public_realtime_test_public_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/realtime/test-public/":{"get":{"tags":["realtime"],"summary":"Websocket Test Public","operationId":"websocket_test_public_realtime_test_public__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/realtime/test":{"get":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/realtime/test/":{"get":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["realtime"],"summary":"Websocket Test Staff","operationId":"websocket_test_staff_realtime_test__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/health":{"get":{"tags":["health"],"summary":"Health","operationId":"health_api_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Api Health Get"}}}}}}},"/api/health/ready":{"get":{"tags":["health"],"summary":"Ready","operationId":"ready_api_health_ready_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ready Api Health Ready Get"}}}}}}},"/api/health/live":{"get":{"tags":["health"],"summary":"Live","operationId":"live_api_health_live_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Live Api Health Live Get"}}}}}}},"/api/health/queue/":{"get":{"tags":["health"],"summary":"Queue Health","description":"ARQ broker health — Redis reachability and registered job handlers.","operationId":"queue_health_api_health_queue__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Queue Health Api Health Queue  Get"}}}}}}},"/api/health/queue":{"get":{"tags":["health"],"summary":"Queue Health","description":"ARQ broker health — Redis reachability and registered job handlers.","operationId":"queue_health_api_health_queue_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Queue Health Api Health Queue Get"}}}}}}},"/api/health/websocket/":{"get":{"tags":["health"],"summary":"Websocket Health","description":"WebSocket layer health — enabled state and registered endpoints.","operationId":"websocket_health_api_health_websocket__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Websocket Health Api Health Websocket  Get"}}}}}}},"/api/health/websocket":{"get":{"tags":["health"],"summary":"Websocket Health","description":"WebSocket layer health — enabled state and registered endpoints.","operationId":"websocket_health_api_health_websocket_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Websocket Health Api Health Websocket Get"}}}}}}},"/api/auth/status":{"get":{"tags":["auth"],"summary":"Auth Status","operationId":"auth_status_api_auth_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthStatus"}}}}}}},"/api/auth/google/start":{"get":{"tags":["auth"],"summary":"Google Start","operationId":"google_start_api_auth_google_start_get","parameters":[{"name":"next","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/me":{"get":{"tags":["auth"],"summary":"Me","operationId":"me_api_auth_me_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionUser"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/logout":{"post":{"tags":["auth"],"summary":"Logout","operationId":"logout_api_auth_logout_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"boolean"},"type":"object","title":"Response Logout Api Auth Logout Post"}}}}}}},"/api/auth/cmyk":{"get":{"tags":["cmyk_authentication"],"summary":"Cmyk Auth Page","description":"Display CMYK authentication page.","operationId":"cmyk_auth_page_api_auth_cmyk_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/auth/cmyk/google/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Cmyk Google Auth","description":"Step 1: Initiate Google OAuth flow for CMYK authentication.","operationId":"initiate_cmyk_google_auth_api_auth_cmyk_google_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKGoogleInitRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKGoogleInitResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/cmyk/google/callback":{"get":{"tags":["cmyk_authentication"],"summary":"Cmyk Google Callback","description":"Handle Google OAuth callback for CMYK authentication.","operationId":"cmyk_google_callback_api_auth_cmyk_google_callback_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":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/cmyk/phone":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Phone Verification","description":"Send OTP to phone number for CMYK authentication.","operationId":"cmyk_phone_verification_api_auth_cmyk_phone_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKPhoneRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/cmyk/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Verify Otp","description":"Verify OTP and complete CMYK authentication.","operationId":"cmyk_verify_otp_api_auth_cmyk_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKVerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/cmyk/phone-only":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Phone Only Auth","description":"Combined phone authentication for CMYK (send and verify in one flow).","operationId":"cmyk_phone_only_auth_api_auth_cmyk_phone_only_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKPhoneOnlyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/mobile/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Mobile Auth","description":"Send OTP to mobile number.","operationId":"initiate_mobile_auth_api_auth_mobile_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/mobile/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Mobile Otp","description":"Verify mobile OTP and authenticate user.","operationId":"verify_mobile_otp_api_auth_mobile_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__cmyk_auth__VerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/mobile/resend":{"post":{"tags":["cmyk_authentication"],"summary":"Resend Mobile Otp","description":"Resend OTP to mobile number.","operationId":"resend_mobile_otp_api_auth_mobile_resend_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/email/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Email Auth","description":"Send OTP to email address.","operationId":"initiate_email_auth_api_auth_email_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/2fa/status":{"get":{"tags":["cmyk_authentication"],"summary":"Check 2Fa Status","description":"Check 2FA status for current user.","operationId":"check_2fa_status_api_auth_2fa_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoFactorStatusResponse"}}}}}}},"/api/auth/backup-codes":{"post":{"tags":["cmyk_authentication"],"summary":"Generate Backup Codes","description":"Generate new backup codes for 2FA.","operationId":"generate_backup_codes_api_auth_backup_codes_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupCodesResponse"}}}}}}},"/api/auth/backup-codes/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Backup Code","description":"Backup code verification is not implemented.","operationId":"verify_backup_code_api_auth_backup_codes_verify_post","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string","title":"Code"}},{"name":"user_id","in":"query","required":true,"schema":{"type":"string","title":"User Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/otp/send":{"post":{"tags":["cmyk_authentication"],"summary":"Send Otp","description":"Generic OTP sending endpoint.","operationId":"send_otp_api_auth_otp_send_post","parameters":[{"name":"identifier","in":"query","required":true,"schema":{"type":"string","title":"Identifier"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/otp/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Otp","description":"Generic OTP verification endpoint.","operationId":"verify_otp_api_auth_otp_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__cmyk_auth__VerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/otp/resend":{"post":{"tags":["cmyk_authentication"],"summary":"Resend Otp","description":"Resend OTP to phone or email.","operationId":"resend_otp_api_auth_otp_resend_post","parameters":[{"name":"identifier","in":"query","required":true,"schema":{"type":"string","title":"Identifier"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/cmyk":{"get":{"tags":["cmyk_authentication"],"summary":"Cmyk Auth Page","description":"Display CMYK authentication page.","operationId":"cmyk_auth_page_auth_cmyk_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/cmyk/google/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Cmyk Google Auth","description":"Step 1: Initiate Google OAuth flow for CMYK authentication.","operationId":"initiate_cmyk_google_auth_auth_cmyk_google_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKGoogleInitRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKGoogleInitResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/cmyk/google/callback":{"get":{"tags":["cmyk_authentication"],"summary":"Cmyk Google Callback","description":"Handle Google OAuth callback for CMYK authentication.","operationId":"cmyk_google_callback_auth_cmyk_google_callback_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":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/cmyk/phone":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Phone Verification","description":"Send OTP to phone number for CMYK authentication.","operationId":"cmyk_phone_verification_auth_cmyk_phone_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKPhoneRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/cmyk/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Verify Otp","description":"Verify OTP and complete CMYK authentication.","operationId":"cmyk_verify_otp_auth_cmyk_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKVerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/cmyk/phone-only":{"post":{"tags":["cmyk_authentication"],"summary":"Cmyk Phone Only Auth","description":"Combined phone authentication for CMYK (send and verify in one flow).","operationId":"cmyk_phone_only_auth_auth_cmyk_phone_only_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CMYKPhoneOnlyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/mobile/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Mobile Auth","description":"Send OTP to mobile number.","operationId":"initiate_mobile_auth_auth_mobile_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/mobile/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Mobile Otp","description":"Verify mobile OTP and authenticate user.","operationId":"verify_mobile_otp_auth_mobile_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__cmyk_auth__VerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/mobile/resend":{"post":{"tags":["cmyk_authentication"],"summary":"Resend Mobile Otp","description":"Resend OTP to mobile number.","operationId":"resend_mobile_otp_auth_mobile_resend_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/email/initiate":{"post":{"tags":["cmyk_authentication"],"summary":"Initiate Email Auth","description":"Send OTP to email address.","operationId":"initiate_email_auth_auth_email_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailAuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/2fa/status":{"get":{"tags":["cmyk_authentication"],"summary":"Check 2Fa Status","description":"Check 2FA status for current user.","operationId":"check_2fa_status_auth_2fa_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoFactorStatusResponse"}}}}}}},"/auth/backup-codes":{"post":{"tags":["cmyk_authentication"],"summary":"Generate Backup Codes","description":"Generate new backup codes for 2FA.","operationId":"generate_backup_codes_auth_backup_codes_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupCodesResponse"}}}}}}},"/auth/backup-codes/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Backup Code","description":"Backup code verification is not implemented.","operationId":"verify_backup_code_auth_backup_codes_verify_post","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string","title":"Code"}},{"name":"user_id","in":"query","required":true,"schema":{"type":"string","title":"User Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/otp/send":{"post":{"tags":["cmyk_authentication"],"summary":"Send Otp","description":"Generic OTP sending endpoint.","operationId":"send_otp_auth_otp_send_post","parameters":[{"name":"identifier","in":"query","required":true,"schema":{"type":"string","title":"Identifier"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/otp/verify":{"post":{"tags":["cmyk_authentication"],"summary":"Verify Otp","description":"Generic OTP verification endpoint.","operationId":"verify_otp_auth_otp_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__cmyk_auth__VerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/otp/resend":{"post":{"tags":["cmyk_authentication"],"summary":"Resend Otp","description":"Resend OTP to phone or email.","operationId":"resend_otp_auth_otp_resend_post","parameters":[{"name":"identifier","in":"query","required":true,"schema":{"type":"string","title":"Identifier"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OTPResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/status":{"post":{"tags":["magenta_auth"],"summary":"Blackops Security Status","operationId":"blackops_security_status_api_auth_blackops_status_post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Security Status Api Auth Blackops Status Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/status/":{"post":{"tags":["magenta_auth"],"summary":"Blackops Security Status","operationId":"blackops_security_status_api_auth_blackops_status__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Security Status Api Auth Blackops Status  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/request-clearance":{"post":{"tags":["magenta_auth"],"summary":"Blackops Request Clearance","operationId":"blackops_request_clearance_api_auth_blackops_request_clearance_post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Request Clearance Api Auth Blackops Request Clearance Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/request-clearance/":{"post":{"tags":["magenta_auth"],"summary":"Blackops Request Clearance","operationId":"blackops_request_clearance_api_auth_blackops_request_clearance__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Request Clearance Api Auth Blackops Request Clearance  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/devices":{"get":{"tags":["magenta_auth"],"summary":"Blackops List Devices","operationId":"blackops_list_devices_api_auth_blackops_devices_get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops List Devices Api Auth Blackops Devices Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Revoke Device","operationId":"blackops_revoke_device_api_auth_blackops_devices_delete","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RevokeDeviceBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Revoke Device Api Auth Blackops Devices Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/devices/":{"get":{"tags":["magenta_auth"],"summary":"Blackops List Devices","operationId":"blackops_list_devices_api_auth_blackops_devices__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops List Devices Api Auth Blackops Devices  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Revoke Device","operationId":"blackops_revoke_device_api_auth_blackops_devices__delete","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RevokeDeviceBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Revoke Device Api Auth Blackops Devices  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/dashboard":{"get":{"tags":["magenta_auth"],"summary":"Blackops Dashboard","operationId":"blackops_dashboard_api_auth_blackops_dashboard_get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/dashboard/":{"get":{"tags":["magenta_auth"],"summary":"Blackops Dashboard","operationId":"blackops_dashboard_api_auth_blackops_dashboard__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/analytics":{"options":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/blackops/analytics/":{"options":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_api_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Api Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/auth/webhooks/stripe":{"post":{"tags":["magenta_auth"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_auth_webhooks_stripe_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/auth/webhooks/stripe/":{"post":{"tags":["magenta_auth"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_auth_webhooks_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/auth/webhooks/stripe/health":{"get":{"tags":["magenta_auth"],"summary":"Stripe Webhook Health","operationId":"stripe_webhook_health_api_auth_webhooks_stripe_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/auth/webhooks/stripe/health/":{"get":{"tags":["magenta_auth"],"summary":"Stripe Webhook Health","operationId":"stripe_webhook_health_api_auth_webhooks_stripe_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/blackops/status":{"post":{"tags":["magenta_auth"],"summary":"Blackops Security Status","operationId":"blackops_security_status_auth_blackops_status_post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Security Status Auth Blackops Status Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/status/":{"post":{"tags":["magenta_auth"],"summary":"Blackops Security Status","operationId":"blackops_security_status_auth_blackops_status__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Security Status Auth Blackops Status  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/request-clearance":{"post":{"tags":["magenta_auth"],"summary":"Blackops Request Clearance","operationId":"blackops_request_clearance_auth_blackops_request_clearance_post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Request Clearance Auth Blackops Request Clearance Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/request-clearance/":{"post":{"tags":["magenta_auth"],"summary":"Blackops Request Clearance","operationId":"blackops_request_clearance_auth_blackops_request_clearance__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceFingerprintBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Request Clearance Auth Blackops Request Clearance  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/devices":{"get":{"tags":["magenta_auth"],"summary":"Blackops List Devices","operationId":"blackops_list_devices_auth_blackops_devices_get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops List Devices Auth Blackops Devices Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Revoke Device","operationId":"blackops_revoke_device_auth_blackops_devices_delete","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RevokeDeviceBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Revoke Device Auth Blackops Devices Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/devices/":{"get":{"tags":["magenta_auth"],"summary":"Blackops List Devices","operationId":"blackops_list_devices_auth_blackops_devices__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops List Devices Auth Blackops Devices  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Revoke Device","operationId":"blackops_revoke_device_auth_blackops_devices__delete","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RevokeDeviceBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Revoke Device Auth Blackops Devices  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/dashboard":{"get":{"tags":["magenta_auth"],"summary":"Blackops Dashboard","operationId":"blackops_dashboard_auth_blackops_dashboard_get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/dashboard/":{"get":{"tags":["magenta_auth"],"summary":"Blackops Dashboard","operationId":"blackops_dashboard_auth_blackops_dashboard__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/analytics":{"options":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics_options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/blackops/analytics/":{"options":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"tags":["magenta_auth"],"summary":"Blackops Analytics","operationId":"blackops_analytics_auth_blackops_analytics__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Blackops Analytics Auth Blackops Analytics  Options"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/webhooks/stripe":{"post":{"tags":["magenta_auth"],"summary":"Stripe Webhook","operationId":"stripe_webhook_auth_webhooks_stripe_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/webhooks/stripe/":{"post":{"tags":["magenta_auth"],"summary":"Stripe Webhook","operationId":"stripe_webhook_auth_webhooks_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/webhooks/stripe/health":{"get":{"tags":["magenta_auth"],"summary":"Stripe Webhook Health","operationId":"stripe_webhook_health_auth_webhooks_stripe_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/webhooks/stripe/health/":{"get":{"tags":["magenta_auth"],"summary":"Stripe Webhook Health","operationId":"stripe_webhook_health_auth_webhooks_stripe_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/admin/dashboard/summary":{"get":{"tags":["admin"],"summary":"Dashboard Summary","operationId":"dashboard_summary_api_admin_dashboard_summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"period","in":"query","required":false,"schema":{"enum":["day","week","month"],"type":"string","default":"week","title":"Period"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DashboardSummary"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/analytics/timeseries":{"get":{"tags":["admin"],"summary":"Analytics Timeseries","operationId":"analytics_timeseries_api_admin_analytics_timeseries_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start"}},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End"}},{"name":"granularity","in":"query","required":false,"schema":{"enum":["hour","day"],"type":"string","default":"hour","title":"Granularity"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimeseriesPoint"},"title":"Response Analytics Timeseries Api Admin Analytics Timeseries Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/analytics/recent-events":{"get":{"tags":["admin"],"summary":"Analytics Recent Events","operationId":"analytics_recent_events_api_admin_analytics_recent_events_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":20,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecentEvent"},"title":"Response Analytics Recent Events Api Admin Analytics Recent Events Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/analytics/locations":{"get":{"tags":["admin"],"summary":"Analytics Locations","operationId":"analytics_locations_api_admin_analytics_locations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":10,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Locations Api Admin Analytics Locations Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/users":{"get":{"tags":["admin"],"summary":"List Users","operationId":"list_users_api_admin_users_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","default":"","title":"Search"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":25,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Users Api Admin Users Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/exports":{"get":{"tags":["admin"],"summary":"Admin List Exports","operationId":"admin_list_exports_api_admin_exports_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin List Exports Api Admin Exports Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/exports/events":{"post":{"tags":["admin"],"summary":"Admin Export Events","operationId":"admin_export_events_api_admin_exports_events_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Export Events Api Admin Exports Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/settings":{"get":{"tags":["admin"],"summary":"Admin Settings","operationId":"admin_settings_api_admin_settings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminSettings"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/audit-logs":{"get":{"tags":["admin"],"summary":"Admin Audit Logs","operationId":"admin_audit_logs_api_admin_audit_logs_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AuditLogEntry"},"title":"Response Admin Audit Logs Api Admin Audit Logs Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/webhooks":{"get":{"tags":["admin"],"summary":"Admin List Webhooks","operationId":"admin_list_webhooks_api_admin_webhooks_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WebhookEntry"},"title":"Response Admin List Webhooks Api Admin Webhooks Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["admin"],"summary":"Admin Create Webhook","operationId":"admin_create_webhook_api_admin_webhooks_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookCreateRequest"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookEntry"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/webhooks/{webhook_id}":{"delete":{"tags":["admin"],"summary":"Admin Delete Webhook","operationId":"admin_delete_webhook_api_admin_webhooks__webhook_id__delete","security":[{"HTTPBearer":[]}],"parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/admin/rate-limits":{"get":{"tags":["admin"],"summary":"Admin Rate Limits","operationId":"admin_rate_limits_api_admin_rate_limits_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Rate Limits Api Admin Rate Limits Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/waitlist/":{"post":{"tags":["waitlist"],"summary":"Waitlist Signup","operationId":"waitlist_signup_api_waitlist__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistSignupRequest"}}},"required":true},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistSignupResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistSignupError"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/waitlist":{"get":{"tags":["Waitlist"],"summary":"List CoreWaitlistEntry","operationId":"list_items_api_v2_waitlist_get","parameters":[{"name":"_start","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":" Start"}},{"name":"_end","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":25,"title":" End"}},{"name":"_sort","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":" Sort"}},{"name":"_order","in":"query","required":false,"schema":{"type":"string","default":"ASC","title":" Order"}},{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WaitlistRead"},"title":"Response List Items Api V2 Waitlist Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Waitlist"],"summary":"Create CoreWaitlistEntry","operationId":"create_item_api_v2_waitlist_post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/waitlist/{item_id}":{"get":{"tags":["Waitlist"],"summary":"Get one CoreWaitlistEntry","operationId":"get_item_api_v2_waitlist__item_id__get","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Waitlist"],"summary":"Update CoreWaitlistEntry","operationId":"update_item_api_v2_waitlist__item_id__patch","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Waitlist"],"summary":"Delete CoreWaitlistEntry","operationId":"delete_item_api_v2_waitlist__item_id__delete","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/":{"get":{"tags":["API v1"],"summary":"Api V1 Root","operationId":"api_v1_root_api_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api V1 Root Api V1  Get"}}}}}}},"/api/v1/core/auth/":{"post":{"tags":["Core Auth"],"summary":"Login","operationId":"login_api_v1_core_auth__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Login Api V1 Core Auth  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/me/":{"get":{"tags":["Core Auth"],"summary":"Auth Me","operationId":"auth_me_api_v1_core_auth_me__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Auth Me Api V1 Core Auth Me  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/logout/":{"post":{"tags":["Core Auth"],"summary":"Auth Logout","operationId":"auth_logout_api_v1_core_auth_logout__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Auth Logout Api V1 Core Auth Logout  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/csrf_token/":{"get":{"tags":["Core Auth"],"summary":"Csrf Token","operationId":"csrf_token_api_v1_core_auth_csrf_token__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Csrf Token Api V1 Core Auth Csrf Token  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/session_status/":{"get":{"tags":["Core Auth"],"summary":"Session Status","operationId":"session_status_api_v1_core_auth_session_status__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Session Status Api V1 Core Auth Session Status  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/send_otp/":{"post":{"tags":["Core Auth"],"summary":"Send Otp","operationId":"send_otp_api_v1_core_auth_send_otp__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PhoneOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Send Otp Api V1 Core Auth Send Otp  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/auth/verify_otp/":{"post":{"tags":["Core Auth"],"summary":"Verify Otp","operationId":"verify_otp_api_v1_core_auth_verify_otp__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__v1__core_auth__VerifyOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Verify Otp Api V1 Core Auth Verify Otp  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/users/":{"get":{"tags":["Core Users"],"summary":"List Users","operationId":"list_users_api_v1_core_users__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Users Api V1 Core Users  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/users/me/":{"get":{"tags":["Core Users"],"summary":"Users Me","operationId":"users_me_api_v1_core_users_me__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Users Me Api V1 Core Users Me  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/users/{user_id}/":{"get":{"tags":["Core Users"],"summary":"Retrieve User","operationId":"retrieve_user_api_v1_core_users__user_id___get","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"type":"integer","title":"User Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve User Api V1 Core Users  User Id   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/contact/":{"post":{"tags":["Core Contact"],"summary":"Submit Contact","operationId":"submit_contact_api_v1_core_contact__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__v1__core_contact__ContactCreate"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/contact/send_verification/":{"post":{"tags":["Core Contact"],"summary":"Send Verification","operationId":"send_verification_api_v1_core_contact_send_verification__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PhoneVerificationRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/contact/verify_code/":{"post":{"tags":["Core Contact"],"summary":"Verify Code","operationId":"verify_code_api_v1_core_contact_verify_code__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyCodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/newsletter/subscribe/":{"post":{"tags":["Core Newsletter"],"summary":"Newsletter Subscribe","operationId":"newsletter_subscribe_api_v1_core_newsletter_subscribe__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsletterSubscribe"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/deliverability/check/":{"post":{"tags":["Core Deliverability"],"summary":"Check Deliverability","operationId":"check_deliverability_api_v1_core_deliverability_check__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeliverabilityCheck"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/deliverability/bulk-check/":{"post":{"tags":["Core Deliverability"],"summary":"Bulk Check","operationId":"bulk_check_api_v1_core_deliverability_bulk_check__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeliverabilityBulkCheck"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/deliverability/stats/":{"get":{"tags":["Core Deliverability"],"summary":"Deliverability Stats","operationId":"deliverability_stats_api_v1_core_deliverability_stats__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/core/geoip/my-location/":{"get":{"tags":["Core GeoIP"],"summary":"My Location","operationId":"my_location_api_v1_core_geoip_my_location__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/core/geoip/resolve/":{"post":{"tags":["Core GeoIP"],"summary":"Resolve Ip","operationId":"resolve_ip_api_v1_core_geoip_resolve__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResolveIPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/core/geoip/status/":{"get":{"tags":["Core GeoIP"],"summary":"Geoip Status","operationId":"geoip_status_api_v1_core_geoip_status__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/analytics/events":{"post":{"tags":["preso-analytics"],"summary":"Ingest Preso Events","description":"Accept batched Preso MAGENTA events from viewers and receivers.","operationId":"ingest_preso_events_api_analytics_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PresoAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Preso Events Api Analytics Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/preso/learnings":{"get":{"tags":["preso-analytics"],"summary":"Preso Learnings","description":"Summarize what is working for a Preso deck (admin).","operationId":"preso_learnings_api_analytics_preso_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"deck_id","in":"query","required":true,"schema":{"type":"string","minLength":1,"maxLength":160,"title":"Deck Id"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Preso Learnings Api Analytics Preso Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/preso/cyan-profile":{"get":{"tags":["preso-analytics"],"summary":"Preso Cyan Profile","description":"CYAN personalization hints from MAGENTA learnings (public, deck-level only).","operationId":"preso_cyan_profile_api_analytics_preso_cyan_profile_get","parameters":[{"name":"deck_id","in":"query","required":true,"schema":{"type":"string","minLength":1,"maxLength":160,"title":"Deck Id"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Preso Cyan Profile Api Analytics Preso Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2ndbrain/events":{"post":{"tags":["twobrain-analytics"],"summary":"Ingest Twobrain Events","description":"Accept batched 2ndbrain MAGENTA events from extension and website.","operationId":"ingest_twobrain_events_api_analytics_2ndbrain_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoBrainAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Twobrain Events Api Analytics 2Ndbrain Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2ndbrain/learnings":{"get":{"tags":["twobrain-analytics"],"summary":"Twobrain Learnings","description":"Summarize what is working for 2ndbrain (admin).","operationId":"twobrain_learnings_api_analytics_2ndbrain_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twobrain Learnings Api Analytics 2Ndbrain Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2ndbrain/cyan-profile":{"get":{"tags":["twobrain-analytics"],"summary":"Twobrain Cyan Profile","description":"CYAN NBA hints from MAGENTA learnings (public, site-level only).","operationId":"twobrain_cyan_profile_api_analytics_2ndbrain_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twobrain Cyan Profile Api Analytics 2Ndbrain Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2ndbrain/events":{"post":{"tags":["twobrain-analytics"],"summary":"Ingest Twobrain Events","description":"Accept batched 2ndbrain MAGENTA events from extension and website.","operationId":"ingest_twobrain_events_api_v1_analytics_2ndbrain_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoBrainAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Twobrain Events Api V1 Analytics 2Ndbrain Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2ndbrain/learnings":{"get":{"tags":["twobrain-analytics"],"summary":"Twobrain Learnings","description":"Summarize what is working for 2ndbrain (admin).","operationId":"twobrain_learnings_api_v1_analytics_2ndbrain_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twobrain Learnings Api V1 Analytics 2Ndbrain Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2ndbrain/cyan-profile":{"get":{"tags":["twobrain-analytics"],"summary":"Twobrain Cyan Profile","description":"CYAN NBA hints from MAGENTA learnings (public, site-level only).","operationId":"twobrain_cyan_profile_api_v1_analytics_2ndbrain_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twobrain Cyan Profile Api V1 Analytics 2Ndbrain Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/decli/events":{"post":{"tags":["decli-analytics"],"summary":"Ingest Decli Events","description":"Accept batched decli MAGENTA events from web and bridge.","operationId":"ingest_decli_events_api_analytics_decli_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DecliAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Decli Events Api Analytics Decli Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/decli/learnings":{"get":{"tags":["decli-analytics"],"summary":"Decli Learnings","description":"Summarize what is working for decli (admin).","operationId":"decli_learnings_api_analytics_decli_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Decli Learnings Api Analytics Decli Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/decli/cyan-profile":{"get":{"tags":["decli-analytics"],"summary":"Decli Cyan Profile","description":"CYAN onboarding hints from MAGENTA learnings (public, site-level only).","operationId":"decli_cyan_profile_api_analytics_decli_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Decli Cyan Profile Api Analytics Decli Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/decli/events":{"post":{"tags":["decli-analytics"],"summary":"Ingest Decli Events","description":"Accept batched decli MAGENTA events from web and bridge.","operationId":"ingest_decli_events_api_v1_analytics_decli_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DecliAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Decli Events Api V1 Analytics Decli Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/decli/learnings":{"get":{"tags":["decli-analytics"],"summary":"Decli Learnings","description":"Summarize what is working for decli (admin).","operationId":"decli_learnings_api_v1_analytics_decli_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Decli Learnings Api V1 Analytics Decli Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/decli/cyan-profile":{"get":{"tags":["decli-analytics"],"summary":"Decli Cyan Profile","description":"CYAN onboarding hints from MAGENTA learnings (public, site-level only).","operationId":"decli_cyan_profile_api_v1_analytics_decli_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Decli Cyan Profile Api V1 Analytics Decli Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2x4m/events":{"post":{"tags":["twoxfourm-analytics"],"summary":"Ingest Twoxfourm Events","description":"Accept batched 2x4m MAGENTA events from platform surfaces.","operationId":"ingest_twoxfourm_events_api_analytics_2x4m_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoX4mAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Twoxfourm Events Api Analytics 2X4M Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2x4m/learnings":{"get":{"tags":["twoxfourm-analytics"],"summary":"Twoxfourm Learnings","description":"Summarize what is working for 2x4m (admin).","operationId":"twoxfourm_learnings_api_analytics_2x4m_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twoxfourm Learnings Api Analytics 2X4M Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/analytics/2x4m/cyan-profile":{"get":{"tags":["twoxfourm-analytics"],"summary":"Twoxfourm Cyan Profile","description":"CYAN hints from MAGENTA learnings (public, site-level only).","operationId":"twoxfourm_cyan_profile_api_analytics_2x4m_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twoxfourm Cyan Profile Api Analytics 2X4M Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2x4m/events":{"post":{"tags":["twoxfourm-analytics"],"summary":"Ingest Twoxfourm Events","description":"Accept batched 2x4m MAGENTA events from platform surfaces.","operationId":"ingest_twoxfourm_events_api_v1_analytics_2x4m_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoX4mAnalyticsBatch"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Twoxfourm Events Api V1 Analytics 2X4M Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2x4m/learnings":{"get":{"tags":["twoxfourm-analytics"],"summary":"Twoxfourm Learnings","description":"Summarize what is working for 2x4m (admin).","operationId":"twoxfourm_learnings_api_v1_analytics_2x4m_learnings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twoxfourm Learnings Api V1 Analytics 2X4M Learnings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/2x4m/cyan-profile":{"get":{"tags":["twoxfourm-analytics"],"summary":"Twoxfourm Cyan Profile","description":"CYAN hints from MAGENTA learnings (public, site-level only).","operationId":"twoxfourm_cyan_profile_api_v1_analytics_2x4m_cyan_profile_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Twoxfourm Cyan Profile Api V1 Analytics 2X4M Cyan Profile Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/events/":{"post":{"tags":["analytics"],"summary":"Ingest Event","description":"Ingest a single tracking event (legacy events v1 path).","operationId":"ingest_event_api_v1_analytics_events__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Event Api V1 Analytics Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/events":{"post":{"tags":["analytics"],"summary":"Ingest Event","description":"Ingest a single tracking event (legacy events v1 path).","operationId":"ingest_event_api_v1_analytics_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Event Api V1 Analytics Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/track/":{"post":{"tags":["analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_api_v1_analytics_track__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Api V1 Analytics Track  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/track":{"post":{"tags":["analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_api_v1_analytics_track_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Api V1 Analytics Track Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/api/ultra-reliable/batch/":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_api_v1_analytics_api_ultra_reliable_batch__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Api V1 Analytics Api Ultra Reliable Batch  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/api/ultra-reliable/batch":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_api_v1_analytics_api_ultra_reliable_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Api V1 Analytics Api Ultra Reliable Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/batch/":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_api_v1_analytics_batch__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Api V1 Analytics Batch  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/batch":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_api_v1_analytics_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Api V1 Analytics Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/pixel.gif":{"get":{"tags":["analytics"],"summary":"Tracking Pixel","description":"Fallback 1x1 transparent tracking pixel GIF.","operationId":"tracking_pixel_api_v1_analytics_pixel_gif_get","parameters":[{"name":"site","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site"}},{"name":"event","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"pageview","title":"Event"}},{"name":"uid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uid"}},{"name":"sid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sid"}},{"name":"url","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"}},{"name":"ref","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ref"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/script/":{"get":{"tags":["analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_api_v1_analytics_script__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/script":{"get":{"tags":["analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_api_v1_analytics_script_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/profile/{visitor_id}":{"get":{"tags":["analytics"],"summary":"Profile","description":"Query visitor profiles (stored as parquet in S3).","operationId":"profile_api_v1_analytics_profile__visitor_id__get","parameters":[{"name":"visitor_id","in":"path","required":true,"schema":{"type":"string","title":"Visitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Profile Api V1 Analytics Profile  Visitor Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/api/public/":{"get":{"tags":["analytics"],"summary":"Analytics Api Public","description":"Public API endpoint returning anonymized, aggregate metrics.","operationId":"analytics_api_public_api_v1_analytics_api_public__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Public Api V1 Analytics Api Public  Get"}}}}}}},"/api/v1/analytics/api/public":{"get":{"tags":["analytics"],"summary":"Analytics Api Public","description":"Public API endpoint returning anonymized, aggregate metrics.","operationId":"analytics_api_public_api_v1_analytics_api_public_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Public Api V1 Analytics Api Public Get"}}}}}}},"/api/v1/analytics/api/secure/":{"get":{"tags":["analytics"],"summary":"Analytics Api Secure","description":"Secure API endpoint returning detailed metrics (authenticated only).","operationId":"analytics_api_secure_api_v1_analytics_api_secure__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Secure Api V1 Analytics Api Secure  Get"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/api/secure":{"get":{"tags":["analytics"],"summary":"Analytics Api Secure","description":"Secure API endpoint returning detailed metrics (authenticated only).","operationId":"analytics_api_secure_api_v1_analytics_api_secure_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Secure Api V1 Analytics Api Secure Get"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/export/events/":{"post":{"tags":["analytics"],"summary":"Trigger Events Export","description":"Schedule background events export to S3.","operationId":"trigger_events_export_api_v1_analytics_export_events__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Events Export Api V1 Analytics Export Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/events":{"post":{"tags":["analytics"],"summary":"Trigger Events Export","description":"Schedule background events export to S3.","operationId":"trigger_events_export_api_v1_analytics_export_events_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Events Export Api V1 Analytics Export Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/pageviews/":{"post":{"tags":["analytics"],"summary":"Trigger Pageviews Export","description":"Schedule background pageviews export to S3.","operationId":"trigger_pageviews_export_api_v1_analytics_export_pageviews__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportPageviewsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Pageviews Export Api V1 Analytics Export Pageviews  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/pageviews":{"post":{"tags":["analytics"],"summary":"Trigger Pageviews Export","description":"Schedule background pageviews export to S3.","operationId":"trigger_pageviews_export_api_v1_analytics_export_pageviews_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportPageviewsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Pageviews Export Api V1 Analytics Export Pageviews Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/custom/":{"post":{"tags":["analytics"],"summary":"Trigger Custom Export","description":"Schedule background custom SQL export to S3.","operationId":"trigger_custom_export_api_v1_analytics_export_custom__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportCustomRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Trigger Custom Export Api V1 Analytics Export Custom  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/export/custom":{"post":{"tags":["analytics"],"summary":"Trigger Custom Export","description":"Schedule background custom SQL export to S3.","operationId":"trigger_custom_export_api_v1_analytics_export_custom_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportCustomRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Trigger Custom Export Api V1 Analytics Export Custom Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/export/list/":{"get":{"tags":["analytics"],"summary":"List Exports","description":"List generated analytics exports stored in S3.","operationId":"list_exports_api_v1_analytics_export_list__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Exports Api V1 Analytics Export List  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/list":{"get":{"tags":["analytics"],"summary":"List Exports","description":"List generated analytics exports stored in S3.","operationId":"list_exports_api_v1_analytics_export_list_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Exports Api V1 Analytics Export List Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/schedule/":{"post":{"tags":["analytics"],"summary":"Schedule Export","description":"Schedule a recurring analytical export (acknowledgement only).","operationId":"schedule_export_api_v1_analytics_export_schedule__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Schedule Export Api V1 Analytics Export Schedule  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/export/schedule":{"post":{"tags":["analytics"],"summary":"Schedule Export","description":"Schedule a recurring analytical export (acknowledgement only).","operationId":"schedule_export_api_v1_analytics_export_schedule_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Schedule Export Api V1 Analytics Export Schedule Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/analytics/health/":{"get":{"tags":["analytics"],"summary":"Analytics Health","description":"Django analytics health_check parity.","operationId":"analytics_health_api_v1_analytics_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/health":{"get":{"tags":["analytics"],"summary":"Analytics Health","description":"Django analytics health_check parity.","operationId":"analytics_health_api_v1_analytics_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/signup/":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_v1_analytics_signup__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api V1 Analytics Signup  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/signup":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_v1_analytics_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api V1 Analytics Signup Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/quickstart/":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_v1_analytics_quickstart__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api V1 Analytics Quickstart  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/quickstart":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_v1_analytics_quickstart_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api V1 Analytics Quickstart Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/dashboard/":{"get":{"tags":["analytics"],"summary":"Analytics Dashboard","description":"JSON dashboard metrics (Django AnalyticsDashboardView data layer).","operationId":"analytics_dashboard_api_v1_analytics_dashboard__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Dashboard Api V1 Analytics Dashboard  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/dashboard":{"get":{"tags":["analytics"],"summary":"Analytics Dashboard","description":"JSON dashboard metrics (Django AnalyticsDashboardView data layer).","operationId":"analytics_dashboard_api_v1_analytics_dashboard_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Dashboard Api V1 Analytics Dashboard Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/realtime/":{"get":{"tags":["analytics"],"summary":"Analytics Realtime","description":"JSON realtime metrics (Django AnalyticsRealtimeView data layer).","operationId":"analytics_realtime_api_v1_analytics_realtime__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Realtime Api V1 Analytics Realtime  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/realtime":{"get":{"tags":["analytics"],"summary":"Analytics Realtime","description":"JSON realtime metrics (Django AnalyticsRealtimeView data layer).","operationId":"analytics_realtime_api_v1_analytics_realtime_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Realtime Api V1 Analytics Realtime Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/console/":{"get":{"tags":["analytics"],"summary":"Analytics Console","description":"Analytics console data (public vs authenticated detail).","operationId":"analytics_console_api_v1_analytics_console__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Console Api V1 Analytics Console  Get"}}}}}}},"/api/v1/analytics/console":{"get":{"tags":["analytics"],"summary":"Analytics Console","description":"Analytics console data (public vs authenticated detail).","operationId":"analytics_console_api_v1_analytics_console_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Console Api V1 Analytics Console Get"}}}}}}},"/api/v1/analytics/export/dashboard/":{"get":{"tags":["analytics"],"summary":"Export Dashboard","description":"Minimal export dashboard HTML (Django export_dashboard_view parity).","operationId":"export_dashboard_api_v1_analytics_export_dashboard__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/export/dashboard":{"get":{"tags":["analytics"],"summary":"Export Dashboard","description":"Minimal export dashboard HTML (Django export_dashboard_view parity).","operationId":"export_dashboard_api_v1_analytics_export_dashboard_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/analytics/export/user-behavior/":{"post":{"tags":["analytics"],"summary":"Trigger User Behavior Export","description":"Schedule user-behavior export (Django ExportUserBehaviorView parity).","operationId":"trigger_user_behavior_export_api_v1_analytics_export_user_behavior__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportUserBehaviorRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger User Behavior Export Api V1 Analytics Export User Behavior  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/analytics/export/user-behavior":{"post":{"tags":["analytics"],"summary":"Trigger User Behavior Export","description":"Schedule user-behavior export (Django ExportUserBehaviorView parity).","operationId":"trigger_user_behavior_export_api_v1_analytics_export_user_behavior_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportUserBehaviorRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger User Behavior Export Api V1 Analytics Export User Behavior Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/events/":{"post":{"tags":["analytics"],"summary":"Ingest Event","description":"Ingest a single tracking event (legacy events v1 path).","operationId":"ingest_event_analytics_events__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Event Analytics Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/events":{"post":{"tags":["analytics"],"summary":"Ingest Event","description":"Ingest a single tracking event (legacy events v1 path).","operationId":"ingest_event_analytics_events_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ingest Event Analytics Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/track/":{"post":{"tags":["analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_analytics_track__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Analytics Track  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/track":{"post":{"tags":["analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_analytics_track_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Analytics Track Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/api/ultra-reliable/batch/":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_analytics_api_ultra_reliable_batch__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Analytics Api Ultra Reliable Batch  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/api/ultra-reliable/batch":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_analytics_api_ultra_reliable_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Analytics Api Ultra Reliable Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/batch/":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_analytics_batch__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Analytics Batch  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/batch":{"post":{"tags":["analytics"],"summary":"Batch Track Events","description":"Batch tracking ingestion endpoint for multiple events.","operationId":"batch_track_events_analytics_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEventsRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Track Events Analytics Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/pixel.gif":{"get":{"tags":["analytics"],"summary":"Tracking Pixel","description":"Fallback 1x1 transparent tracking pixel GIF.","operationId":"tracking_pixel_analytics_pixel_gif_get","parameters":[{"name":"site","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site"}},{"name":"event","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"pageview","title":"Event"}},{"name":"uid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uid"}},{"name":"sid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sid"}},{"name":"url","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"}},{"name":"ref","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ref"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/script/":{"get":{"tags":["analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_analytics_script__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/script":{"get":{"tags":["analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_analytics_script_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/profile/{visitor_id}":{"get":{"tags":["analytics"],"summary":"Profile","description":"Query visitor profiles (stored as parquet in S3).","operationId":"profile_analytics_profile__visitor_id__get","parameters":[{"name":"visitor_id","in":"path","required":true,"schema":{"type":"string","title":"Visitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Profile Analytics Profile  Visitor Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/api/public/":{"get":{"tags":["analytics"],"summary":"Analytics Api Public","description":"Public API endpoint returning anonymized, aggregate metrics.","operationId":"analytics_api_public_analytics_api_public__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Public Analytics Api Public  Get"}}}}}}},"/analytics/api/public":{"get":{"tags":["analytics"],"summary":"Analytics Api Public","description":"Public API endpoint returning anonymized, aggregate metrics.","operationId":"analytics_api_public_analytics_api_public_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Public Analytics Api Public Get"}}}}}}},"/analytics/api/secure/":{"get":{"tags":["analytics"],"summary":"Analytics Api Secure","description":"Secure API endpoint returning detailed metrics (authenticated only).","operationId":"analytics_api_secure_analytics_api_secure__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Secure Analytics Api Secure  Get"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/api/secure":{"get":{"tags":["analytics"],"summary":"Analytics Api Secure","description":"Secure API endpoint returning detailed metrics (authenticated only).","operationId":"analytics_api_secure_analytics_api_secure_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Secure Analytics Api Secure Get"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/export/events/":{"post":{"tags":["analytics"],"summary":"Trigger Events Export","description":"Schedule background events export to S3.","operationId":"trigger_events_export_analytics_export_events__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Events Export Analytics Export Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/events":{"post":{"tags":["analytics"],"summary":"Trigger Events Export","description":"Schedule background events export to S3.","operationId":"trigger_events_export_analytics_export_events_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Events Export Analytics Export Events Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/pageviews/":{"post":{"tags":["analytics"],"summary":"Trigger Pageviews Export","description":"Schedule background pageviews export to S3.","operationId":"trigger_pageviews_export_analytics_export_pageviews__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportPageviewsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Pageviews Export Analytics Export Pageviews  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/pageviews":{"post":{"tags":["analytics"],"summary":"Trigger Pageviews Export","description":"Schedule background pageviews export to S3.","operationId":"trigger_pageviews_export_analytics_export_pageviews_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportPageviewsRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Pageviews Export Analytics Export Pageviews Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/custom/":{"post":{"tags":["analytics"],"summary":"Trigger Custom Export","description":"Schedule background custom SQL export to S3.","operationId":"trigger_custom_export_analytics_export_custom__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportCustomRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Trigger Custom Export Analytics Export Custom  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/export/custom":{"post":{"tags":["analytics"],"summary":"Trigger Custom Export","description":"Schedule background custom SQL export to S3.","operationId":"trigger_custom_export_analytics_export_custom_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportCustomRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Trigger Custom Export Analytics Export Custom Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/export/list/":{"get":{"tags":["analytics"],"summary":"List Exports","description":"List generated analytics exports stored in S3.","operationId":"list_exports_analytics_export_list__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Exports Analytics Export List  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/list":{"get":{"tags":["analytics"],"summary":"List Exports","description":"List generated analytics exports stored in S3.","operationId":"list_exports_analytics_export_list_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Exports Analytics Export List Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/schedule/":{"post":{"tags":["analytics"],"summary":"Schedule Export","description":"Schedule a recurring analytical export (acknowledgement only).","operationId":"schedule_export_analytics_export_schedule__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Schedule Export Analytics Export Schedule  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/export/schedule":{"post":{"tags":["analytics"],"summary":"Schedule Export","description":"Schedule a recurring analytical export (acknowledgement only).","operationId":"schedule_export_analytics_export_schedule_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Schedule Export Analytics Export Schedule Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/analytics/health/":{"get":{"tags":["analytics"],"summary":"Analytics Health","description":"Django analytics health_check parity.","operationId":"analytics_health_analytics_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/health":{"get":{"tags":["analytics"],"summary":"Analytics Health","description":"Django analytics health_check parity.","operationId":"analytics_health_analytics_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/signup/":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_analytics_signup__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Analytics Signup  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/signup":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_analytics_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Analytics Signup Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/quickstart/":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_analytics_quickstart__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Analytics Quickstart  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/quickstart":{"post":{"tags":["analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_analytics_quickstart_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Analytics Quickstart Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/dashboard/":{"get":{"tags":["analytics"],"summary":"Analytics Dashboard","description":"JSON dashboard metrics (Django AnalyticsDashboardView data layer).","operationId":"analytics_dashboard_analytics_dashboard__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Dashboard Analytics Dashboard  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/dashboard":{"get":{"tags":["analytics"],"summary":"Analytics Dashboard","description":"JSON dashboard metrics (Django AnalyticsDashboardView data layer).","operationId":"analytics_dashboard_analytics_dashboard_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Dashboard Analytics Dashboard Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/realtime/":{"get":{"tags":["analytics"],"summary":"Analytics Realtime","description":"JSON realtime metrics (Django AnalyticsRealtimeView data layer).","operationId":"analytics_realtime_analytics_realtime__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Realtime Analytics Realtime  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/realtime":{"get":{"tags":["analytics"],"summary":"Analytics Realtime","description":"JSON realtime metrics (Django AnalyticsRealtimeView data layer).","operationId":"analytics_realtime_analytics_realtime_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Realtime Analytics Realtime Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/console/":{"get":{"tags":["analytics"],"summary":"Analytics Console","description":"Analytics console data (public vs authenticated detail).","operationId":"analytics_console_analytics_console__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Console Analytics Console  Get"}}}}}}},"/analytics/console":{"get":{"tags":["analytics"],"summary":"Analytics Console","description":"Analytics console data (public vs authenticated detail).","operationId":"analytics_console_analytics_console_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Console Analytics Console Get"}}}}}}},"/analytics/export/dashboard/":{"get":{"tags":["analytics"],"summary":"Export Dashboard","description":"Minimal export dashboard HTML (Django export_dashboard_view parity).","operationId":"export_dashboard_analytics_export_dashboard__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/export/dashboard":{"get":{"tags":["analytics"],"summary":"Export Dashboard","description":"Minimal export dashboard HTML (Django export_dashboard_view parity).","operationId":"export_dashboard_analytics_export_dashboard_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/analytics/export/user-behavior/":{"post":{"tags":["analytics"],"summary":"Trigger User Behavior Export","description":"Schedule user-behavior export (Django ExportUserBehaviorView parity).","operationId":"trigger_user_behavior_export_analytics_export_user_behavior__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportUserBehaviorRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger User Behavior Export Analytics Export User Behavior  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/analytics/export/user-behavior":{"post":{"tags":["analytics"],"summary":"Trigger User Behavior Export","description":"Schedule user-behavior export (Django ExportUserBehaviorView parity).","operationId":"trigger_user_behavior_export_analytics_export_user_behavior_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportUserBehaviorRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger User Behavior Export Analytics Export User Behavior Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/health/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Health","description":"Django analytics health_check parity.","operationId":"analytics_health_api_magenta_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/magenta/track/":{"post":{"tags":["magenta-analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_api_magenta_track__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Api Magenta Track  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/track":{"post":{"tags":["magenta-analytics"],"summary":"Track Event","description":"Standard tracking ingestion endpoint.","operationId":"track_event_api_magenta_track_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackEventRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Event Api Magenta Track Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/pixel.gif":{"get":{"tags":["magenta-analytics"],"summary":"Tracking Pixel","description":"Fallback 1x1 transparent tracking pixel GIF.","operationId":"tracking_pixel_api_magenta_pixel_gif_get","parameters":[{"name":"site","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site"}},{"name":"event","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"pageview","title":"Event"}},{"name":"uid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uid"}},{"name":"sid","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sid"}},{"name":"url","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"}},{"name":"ref","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ref"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/script/":{"get":{"tags":["magenta-analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_api_magenta_script__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/magenta/script":{"get":{"tags":["magenta-analytics"],"summary":"Tracking Script","description":"Serve the Magenta tracking script.","operationId":"tracking_script_api_magenta_script_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/magenta/quickstart/":{"post":{"tags":["magenta-analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_magenta_quickstart__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api Magenta Quickstart  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/signup/":{"post":{"tags":["magenta-analytics"],"summary":"Analytics Quickstart","description":"Site registration quickstart (Django quickstart_view POST parity).","operationId":"analytics_quickstart_api_magenta_signup__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickstartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Quickstart Api Magenta Signup  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/dashboard/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Dashboard","description":"JSON dashboard metrics (Django AnalyticsDashboardView data layer).","operationId":"analytics_dashboard_api_magenta_dashboard__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Dashboard Api Magenta Dashboard  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/realtime/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Realtime","description":"JSON realtime metrics (Django AnalyticsRealtimeView data layer).","operationId":"analytics_realtime_api_magenta_realtime__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analytics Realtime Api Magenta Realtime  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/console/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Console","description":"Analytics console data (public vs authenticated detail).","operationId":"analytics_console_api_magenta_console__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Console Api Magenta Console  Get"}}}}}}},"/api/magenta/api/public/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Api Public","description":"Public API endpoint returning anonymized, aggregate metrics.","operationId":"analytics_api_public_api_magenta_api_public__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Public Api Magenta Api Public  Get"}}}}}}},"/api/magenta/api/secure/":{"get":{"tags":["magenta-analytics"],"summary":"Analytics Api Secure","description":"Secure API endpoint returning detailed metrics (authenticated only).","operationId":"analytics_api_secure_api_magenta_api_secure__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Analytics Api Secure Api Magenta Api Secure  Get"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/magenta/export/events/":{"post":{"tags":["magenta-analytics"],"summary":"Trigger Events Export","description":"Schedule background events export to S3.","operationId":"trigger_events_export_api_magenta_export_events__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportEventsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Events Export Api Magenta Export Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/export/pageviews/":{"post":{"tags":["magenta-analytics"],"summary":"Trigger Pageviews Export","description":"Schedule background pageviews export to S3.","operationId":"trigger_pageviews_export_api_magenta_export_pageviews__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportPageviewsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger Pageviews Export Api Magenta Export Pageviews  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/export/user-behavior/":{"post":{"tags":["magenta-analytics"],"summary":"Trigger User Behavior Export","description":"Schedule user-behavior export (Django ExportUserBehaviorView parity).","operationId":"trigger_user_behavior_export_api_magenta_export_user_behavior__post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportUserBehaviorRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trigger User Behavior Export Api Magenta Export User Behavior  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/export/custom/":{"post":{"tags":["magenta-analytics"],"summary":"Trigger Custom Export","description":"Schedule background custom SQL export to S3.","operationId":"trigger_custom_export_api_magenta_export_custom__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportCustomRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Trigger Custom Export Api Magenta Export Custom  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/magenta/export/list/":{"get":{"tags":["magenta-analytics"],"summary":"List Exports","description":"List generated analytics exports stored in S3.","operationId":"list_exports_api_magenta_export_list__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"export_type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Type"}},{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":30,"title":"Days"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Exports Api Magenta Export List  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/magenta/export/schedule/":{"post":{"tags":["magenta-analytics"],"summary":"Schedule Export","description":"Schedule a recurring analytical export (acknowledgement only).","operationId":"schedule_export_api_magenta_export_schedule__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Schedule Export Api Magenta Export Schedule  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/api/magenta/export/dashboard/":{"get":{"tags":["magenta-analytics"],"summary":"Export Dashboard","description":"Minimal export dashboard HTML (Django export_dashboard_view parity).","operationId":"export_dashboard_api_magenta_export_dashboard__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/comms/newsletter/subscribe/":{"post":{"tags":["Comms"],"summary":"Newsletter Subscribe","operationId":"newsletter_subscribe_comms_newsletter_subscribe__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsletterSubscribeBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Newsletter Subscribe Comms Newsletter Subscribe  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/comms/token/":{"options":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Comms"],"summary":"Get Capability Token","operationId":"get_capability_token_comms_token__options","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/comms/voice/":{"get":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Comms"],"summary":"Voice Webhook","operationId":"voice_webhook_comms_voice__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/comms/voice/menu/":{"get":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Comms"],"summary":"Voice Menu","operationId":"voice_menu_comms_voice_menu__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/comms/voice/recording/":{"get":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Comms"],"summary":"Recording Received","operationId":"recording_received_comms_voice_recording__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/comms/sms/":{"get":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Comms"],"summary":"Sms Webhook","operationId":"sms_webhook_comms_sms__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/comms/status/":{"get":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Comms"],"summary":"Status Callback","operationId":"status_callback_comms_status__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/web/contact/form_config/":{"get":{"tags":["Web Contact"],"summary":"Form Config","operationId":"form_config_api_v1_web_contact_form_config__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Form Config Api V1 Web Contact Form Config  Get"}}}}}}},"/api/v1/web/contact/form_config.{_format}":{"get":{"tags":["Web Contact"],"summary":"Form Config Format","operationId":"form_config_format_api_v1_web_contact_form_config___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Form Config Format Api V1 Web Contact Form Config   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/web/contact/":{"get":{"tags":["Web Contact"],"summary":"List Contacts","operationId":"list_contacts_api_v1_web_contact__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Contacts Api V1 Web Contact  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Web Contact"],"summary":"Create Contact","operationId":"create_contact_api_v1_web_contact__post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__v1__web_contact__ContactCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/web/contact/{_format}":{"get":{"tags":["Web Contact"],"summary":"List Contacts Format","operationId":"list_contacts_format_api_v1_web_contact___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Contacts Format Api V1 Web Contact   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Web Contact"],"summary":"Create Contact Format","operationId":"create_contact_format_api_v1_web_contact___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__routes__v1__web_contact__ContactCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/web/contact/{item_id}/":{"get":{"tags":["Web Contact"],"summary":"Retrieve Contact","operationId":"retrieve_contact_api_v1_web_contact__item_id___get","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Contact Api V1 Web Contact  Item Id   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Web Contact"],"summary":"Update Contact","operationId":"update_contact_api_v1_web_contact__item_id___patch","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Contact Api V1 Web Contact  Item Id   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["Web Contact"],"summary":"Update Contact","operationId":"update_contact_api_v1_web_contact__item_id___put","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Contact Api V1 Web Contact  Item Id   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Web Contact"],"summary":"Delete Contact","operationId":"delete_contact_api_v1_web_contact__item_id___delete","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Delete Contact Api V1 Web Contact  Item Id   Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/web/contact/{item_id}.{_format}":{"get":{"tags":["Web Contact"],"summary":"Retrieve Contact Format","operationId":"retrieve_contact_format_api_v1_web_contact__item_id____format__get","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Contact Format Api V1 Web Contact  Item Id    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Web Contact"],"summary":"Update Contact Format","operationId":"update_contact_format_api_v1_web_contact__item_id____format__patch","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Contact Format Api V1 Web Contact  Item Id    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["Web Contact"],"summary":"Update Contact Format","operationId":"update_contact_format_api_v1_web_contact__item_id____format__put","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Contact Format Api V1 Web Contact  Item Id    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Web Contact"],"summary":"Delete Contact Format","operationId":"delete_contact_format_api_v1_web_contact__item_id____format__delete","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"type":"integer","title":"Item Id"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Delete Contact Format Api V1 Web Contact  Item Id    Format  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/chip-types/":{"get":{"tags":["NFC API"],"summary":"List Chip Types","operationId":"list_chip_types_api_v1_nfc_api_chip_types__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Chip Types Api V1 Nfc Api Chip Types  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/chip-types.{_format}":{"get":{"tags":["NFC API"],"summary":"List Chip Types Format","operationId":"list_chip_types_format_api_v1_nfc_api_chip_types___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Chip Types Format Api V1 Nfc Api Chip Types   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/chip-types/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Chip Type","operationId":"retrieve_chip_type_api_v1_nfc_api_chip_types__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"integer","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Chip Type Api V1 Nfc Api Chip Types  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/chip-types/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Chip Type Format","operationId":"retrieve_chip_type_format_api_v1_nfc_api_chip_types__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"integer","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Chip Type Format Api V1 Nfc Api Chip Types  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/":{"get":{"tags":["NFC API"],"summary":"List Tags","operationId":"list_tags_api_v1_nfc_api_tags__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tags Api V1 Nfc Api Tags  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Tag","operationId":"create_tag_api_v1_nfc_api_tags__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Tag Api V1 Nfc Api Tags  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags.{_format}":{"get":{"tags":["NFC API"],"summary":"List Tags Format","operationId":"list_tags_format_api_v1_nfc_api_tags___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tags Format Api V1 Nfc Api Tags   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Tag Format","operationId":"create_tag_format_api_v1_nfc_api_tags___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Tag Format Api V1 Nfc Api Tags   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/statistics/":{"get":{"tags":["NFC API"],"summary":"Tag Statistics","operationId":"tag_statistics_api_v1_nfc_api_tags_statistics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Statistics Api V1 Nfc Api Tags Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Tag Statistics Format","operationId":"tag_statistics_format_api_v1_nfc_api_tags_statistics___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Statistics Format Api V1 Nfc Api Tags Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Tag","operationId":"retrieve_tag_api_v1_nfc_api_tags__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Tag Api V1 Nfc Api Tags  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Tag","operationId":"update_tag_api_v1_nfc_api_tags__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Api V1 Nfc Api Tags  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Tag","operationId":"update_tag_api_v1_nfc_api_tags__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Api V1 Nfc Api Tags  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Tag","operationId":"delete_tag_api_v1_nfc_api_tags__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Tag Format","operationId":"retrieve_tag_format_api_v1_nfc_api_tags__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Tag Format Api V1 Nfc Api Tags  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Tag Format","operationId":"update_tag_format_api_v1_nfc_api_tags__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Format Api V1 Nfc Api Tags  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Tag Format","operationId":"update_tag_format_api_v1_nfc_api_tags__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Format Api V1 Nfc Api Tags  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Tag Format","operationId":"delete_tag_format_api_v1_nfc_api_tags__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/generate_password/":{"post":{"tags":["NFC API"],"summary":"Tag Generate Password","operationId":"tag_generate_password_api_v1_nfc_api_tags__pk__generate_password__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Generate Password Api V1 Nfc Api Tags  Pk  Generate Password  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/generate_password.{_format}":{"post":{"tags":["NFC API"],"summary":"Tag Generate Password Format","operationId":"tag_generate_password_format_api_v1_nfc_api_tags__pk__generate_password___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Generate Password Format Api V1 Nfc Api Tags  Pk  Generate Password   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/remove_password/":{"post":{"tags":["NFC API"],"summary":"Tag Remove Password","operationId":"tag_remove_password_api_v1_nfc_api_tags__pk__remove_password__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Remove Password Api V1 Nfc Api Tags  Pk  Remove Password  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/remove_password.{_format}":{"post":{"tags":["NFC API"],"summary":"Tag Remove Password Format","operationId":"tag_remove_password_format_api_v1_nfc_api_tags__pk__remove_password___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Remove Password Format Api V1 Nfc Api Tags  Pk  Remove Password   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/scan_history/":{"get":{"tags":["NFC API"],"summary":"Tag Scan History","operationId":"tag_scan_history_api_v1_nfc_api_tags__pk__scan_history__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Scan History Api V1 Nfc Api Tags  Pk  Scan History  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/tags/{pk}/scan_history.{_format}":{"get":{"tags":["NFC API"],"summary":"Tag Scan History Format","operationId":"tag_scan_history_format_api_v1_nfc_api_tags__pk__scan_history___format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Scan History Format Api V1 Nfc Api Tags  Pk  Scan History   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-messages/":{"get":{"tags":["NFC API"],"summary":"List Ndef Messages","operationId":"list_ndef_messages_api_v1_nfc_api_ndef_messages__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Messages Api V1 Nfc Api Ndef Messages  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Message","operationId":"create_ndef_message_api_v1_nfc_api_ndef_messages__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Message Api V1 Nfc Api Ndef Messages  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-messages.{_format}":{"get":{"tags":["NFC API"],"summary":"List Ndef Messages Format","operationId":"list_ndef_messages_format_api_v1_nfc_api_ndef_messages___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Messages Format Api V1 Nfc Api Ndef Messages   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Message Format","operationId":"create_ndef_message_format_api_v1_nfc_api_ndef_messages___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Message Format Api V1 Nfc Api Ndef Messages   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-messages/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Message","operationId":"retrieve_ndef_message_api_v1_nfc_api_ndef_messages__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Message Api V1 Nfc Api Ndef Messages  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Message","operationId":"update_ndef_message_api_v1_nfc_api_ndef_messages__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Api V1 Nfc Api Ndef Messages  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Message","operationId":"update_ndef_message_api_v1_nfc_api_ndef_messages__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Api V1 Nfc Api Ndef Messages  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Message","operationId":"delete_ndef_message_api_v1_nfc_api_ndef_messages__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-messages/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Message Format","operationId":"retrieve_ndef_message_format_api_v1_nfc_api_ndef_messages__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Message Format Api V1 Nfc Api Ndef Messages  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Message Format","operationId":"update_ndef_message_format_api_v1_nfc_api_ndef_messages__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Format Api V1 Nfc Api Ndef Messages  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Message Format","operationId":"update_ndef_message_format_api_v1_nfc_api_ndef_messages__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Format Api V1 Nfc Api Ndef Messages  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Message Format","operationId":"delete_ndef_message_format_api_v1_nfc_api_ndef_messages__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-records/":{"get":{"tags":["NFC API"],"summary":"List Ndef Records","operationId":"list_ndef_records_api_v1_nfc_api_ndef_records__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Records Api V1 Nfc Api Ndef Records  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Record","operationId":"create_ndef_record_api_v1_nfc_api_ndef_records__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Record Api V1 Nfc Api Ndef Records  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-records.{_format}":{"get":{"tags":["NFC API"],"summary":"List Ndef Records Format","operationId":"list_ndef_records_format_api_v1_nfc_api_ndef_records___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Records Format Api V1 Nfc Api Ndef Records   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Record Format","operationId":"create_ndef_record_format_api_v1_nfc_api_ndef_records___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Record Format Api V1 Nfc Api Ndef Records   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-records/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Record","operationId":"retrieve_ndef_record_api_v1_nfc_api_ndef_records__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Record Api V1 Nfc Api Ndef Records  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Record","operationId":"update_ndef_record_api_v1_nfc_api_ndef_records__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Api V1 Nfc Api Ndef Records  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Record","operationId":"update_ndef_record_api_v1_nfc_api_ndef_records__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Api V1 Nfc Api Ndef Records  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Record","operationId":"delete_ndef_record_api_v1_nfc_api_ndef_records__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/ndef-records/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Record Format","operationId":"retrieve_ndef_record_format_api_v1_nfc_api_ndef_records__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Record Format Api V1 Nfc Api Ndef Records  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Record Format","operationId":"update_ndef_record_format_api_v1_nfc_api_ndef_records__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Format Api V1 Nfc Api Ndef Records  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Record Format","operationId":"update_ndef_record_format_api_v1_nfc_api_ndef_records__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Format Api V1 Nfc Api Ndef Records  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Record Format","operationId":"delete_ndef_record_format_api_v1_nfc_api_ndef_records__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/":{"get":{"tags":["NFC API"],"summary":"List Membership Cards","operationId":"list_membership_cards_api_v1_nfc_api_membership_cards__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Membership Cards Api V1 Nfc Api Membership Cards  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Membership Card","operationId":"create_membership_card_api_v1_nfc_api_membership_cards__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Membership Card Api V1 Nfc Api Membership Cards  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards.{_format}":{"get":{"tags":["NFC API"],"summary":"List Membership Cards Format","operationId":"list_membership_cards_format_api_v1_nfc_api_membership_cards___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Membership Cards Format Api V1 Nfc Api Membership Cards   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Membership Card Format","operationId":"create_membership_card_format_api_v1_nfc_api_membership_cards___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Membership Card Format Api V1 Nfc Api Membership Cards   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Membership Card","operationId":"retrieve_membership_card_api_v1_nfc_api_membership_cards__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Membership Card Api V1 Nfc Api Membership Cards  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Membership Card","operationId":"update_membership_card_api_v1_nfc_api_membership_cards__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Api V1 Nfc Api Membership Cards  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Membership Card","operationId":"update_membership_card_api_v1_nfc_api_membership_cards__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Api V1 Nfc Api Membership Cards  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Membership Card","operationId":"delete_membership_card_api_v1_nfc_api_membership_cards__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Membership Card Format","operationId":"retrieve_membership_card_format_api_v1_nfc_api_membership_cards__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Membership Card Format Api V1 Nfc Api Membership Cards  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Membership Card Format","operationId":"update_membership_card_format_api_v1_nfc_api_membership_cards__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Format Api V1 Nfc Api Membership Cards  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Membership Card Format","operationId":"update_membership_card_format_api_v1_nfc_api_membership_cards__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Format Api V1 Nfc Api Membership Cards  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Membership Card Format","operationId":"delete_membership_card_format_api_v1_nfc_api_membership_cards__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/activate/":{"post":{"tags":["NFC API"],"summary":"Activate Membership Card","operationId":"activate_membership_card_api_v1_nfc_api_membership_cards__pk__activate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Activate Membership Card Api V1 Nfc Api Membership Cards  Pk  Activate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/activate.{_format}":{"post":{"tags":["NFC API"],"summary":"Activate Membership Card Format","operationId":"activate_membership_card_format_api_v1_nfc_api_membership_cards__pk__activate___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Activate Membership Card Format Api V1 Nfc Api Membership Cards  Pk  Activate   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/deactivate/":{"post":{"tags":["NFC API"],"summary":"Deactivate Membership Card","operationId":"deactivate_membership_card_api_v1_nfc_api_membership_cards__pk__deactivate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Deactivate Membership Card Api V1 Nfc Api Membership Cards  Pk  Deactivate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/deactivate.{_format}":{"post":{"tags":["NFC API"],"summary":"Deactivate Membership Card Format","operationId":"deactivate_membership_card_format_api_v1_nfc_api_membership_cards__pk__deactivate___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Deactivate Membership Card Format Api V1 Nfc Api Membership Cards  Pk  Deactivate   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/extend_membership/":{"post":{"tags":["NFC API"],"summary":"Extend Membership Card","operationId":"extend_membership_card_api_v1_nfc_api_membership_cards__pk__extend_membership__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtendMembershipBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extend Membership Card Api V1 Nfc Api Membership Cards  Pk  Extend Membership  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/extend_membership.{_format}":{"post":{"tags":["NFC API"],"summary":"Extend Membership Card Format","operationId":"extend_membership_card_format_api_v1_nfc_api_membership_cards__pk__extend_membership___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtendMembershipBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extend Membership Card Format Api V1 Nfc Api Membership Cards  Pk  Extend Membership   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/usage_statistics/":{"get":{"tags":["NFC API"],"summary":"Membership Usage Statistics","operationId":"membership_usage_statistics_api_v1_nfc_api_membership_cards__pk__usage_statistics__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Membership Usage Statistics Api V1 Nfc Api Membership Cards  Pk  Usage Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/membership-cards/{pk}/usage_statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Membership Usage Statistics Format","operationId":"membership_usage_statistics_format_api_v1_nfc_api_membership_cards__pk__usage_statistics___format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Membership Usage Statistics Format Api V1 Nfc Api Membership Cards  Pk  Usage Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/":{"get":{"tags":["NFC API"],"summary":"List Scan Events","operationId":"list_scan_events_api_v1_nfc_api_scan_events__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Scan Events Api V1 Nfc Api Scan Events  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Scan Event","operationId":"create_scan_event_api_v1_nfc_api_scan_events__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Scan Event Api V1 Nfc Api Scan Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events.{_format}":{"get":{"tags":["NFC API"],"summary":"List Scan Events Format","operationId":"list_scan_events_format_api_v1_nfc_api_scan_events___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Scan Events Format Api V1 Nfc Api Scan Events   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Scan Event Format","operationId":"create_scan_event_format_api_v1_nfc_api_scan_events___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Scan Event Format Api V1 Nfc Api Scan Events   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/recent/":{"get":{"tags":["NFC API"],"summary":"Scan Events Recent","operationId":"scan_events_recent_api_v1_nfc_api_scan_events_recent__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Recent Api V1 Nfc Api Scan Events Recent  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/recent.{_format}":{"get":{"tags":["NFC API"],"summary":"Scan Events Recent Format","operationId":"scan_events_recent_format_api_v1_nfc_api_scan_events_recent___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Recent Format Api V1 Nfc Api Scan Events Recent   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/statistics/":{"get":{"tags":["NFC API"],"summary":"Scan Events Statistics","operationId":"scan_events_statistics_api_v1_nfc_api_scan_events_statistics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Statistics Api V1 Nfc Api Scan Events Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Scan Events Statistics Format","operationId":"scan_events_statistics_format_api_v1_nfc_api_scan_events_statistics___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Statistics Format Api V1 Nfc Api Scan Events Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/bulk_scan/":{"post":{"tags":["NFC API"],"summary":"Scan Events Bulk Scan","operationId":"scan_events_bulk_scan_api_v1_nfc_api_scan_events_bulk_scan__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkScanBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Bulk Scan Api V1 Nfc Api Scan Events Bulk Scan  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/bulk_scan.{_format}":{"post":{"tags":["NFC API"],"summary":"Scan Events Bulk Scan Format","operationId":"scan_events_bulk_scan_format_api_v1_nfc_api_scan_events_bulk_scan___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkScanBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Bulk Scan Format Api V1 Nfc Api Scan Events Bulk Scan   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Scan Event","operationId":"retrieve_scan_event_api_v1_nfc_api_scan_events__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Scan Event Api V1 Nfc Api Scan Events  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Scan Event","operationId":"update_scan_event_api_v1_nfc_api_scan_events__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Api V1 Nfc Api Scan Events  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Scan Event","operationId":"update_scan_event_api_v1_nfc_api_scan_events__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Api V1 Nfc Api Scan Events  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Scan Event","operationId":"delete_scan_event_api_v1_nfc_api_scan_events__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/nfc/api/scan-events/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Scan Event Format","operationId":"retrieve_scan_event_format_api_v1_nfc_api_scan_events__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Scan Event Format Api V1 Nfc Api Scan Events  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Scan Event Format","operationId":"update_scan_event_format_api_v1_nfc_api_scan_events__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Format Api V1 Nfc Api Scan Events  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Scan Event Format","operationId":"update_scan_event_format_api_v1_nfc_api_scan_events__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Format Api V1 Nfc Api Scan Events  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Scan Event Format","operationId":"delete_scan_event_format_api_v1_nfc_api_scan_events__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/chip-types/":{"get":{"tags":["NFC API"],"summary":"List Chip Types","operationId":"list_chip_types_nfc_api_chip_types__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Chip Types Nfc Api Chip Types  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/chip-types.{_format}":{"get":{"tags":["NFC API"],"summary":"List Chip Types Format","operationId":"list_chip_types_format_nfc_api_chip_types___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Chip Types Format Nfc Api Chip Types   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/chip-types/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Chip Type","operationId":"retrieve_chip_type_nfc_api_chip_types__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"integer","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Chip Type Nfc Api Chip Types  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/chip-types/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Chip Type Format","operationId":"retrieve_chip_type_format_nfc_api_chip_types__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"integer","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Chip Type Format Nfc Api Chip Types  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/":{"get":{"tags":["NFC API"],"summary":"List Tags","operationId":"list_tags_nfc_api_tags__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tags Nfc Api Tags  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Tag","operationId":"create_tag_nfc_api_tags__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Tag Nfc Api Tags  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags.{_format}":{"get":{"tags":["NFC API"],"summary":"List Tags Format","operationId":"list_tags_format_nfc_api_tags___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tags Format Nfc Api Tags   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Tag Format","operationId":"create_tag_format_nfc_api_tags___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Tag Format Nfc Api Tags   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/statistics/":{"get":{"tags":["NFC API"],"summary":"Tag Statistics","operationId":"tag_statistics_nfc_api_tags_statistics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Statistics Nfc Api Tags Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Tag Statistics Format","operationId":"tag_statistics_format_nfc_api_tags_statistics___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Statistics Format Nfc Api Tags Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Tag","operationId":"retrieve_tag_nfc_api_tags__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Tag Nfc Api Tags  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Tag","operationId":"update_tag_nfc_api_tags__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Nfc Api Tags  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Tag","operationId":"update_tag_nfc_api_tags__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Nfc Api Tags  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Tag","operationId":"delete_tag_nfc_api_tags__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Tag Format","operationId":"retrieve_tag_format_nfc_api_tags__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Tag Format Nfc Api Tags  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Tag Format","operationId":"update_tag_format_nfc_api_tags__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Format Nfc Api Tags  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Tag Format","operationId":"update_tag_format_nfc_api_tags__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Tag Format Nfc Api Tags  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Tag Format","operationId":"delete_tag_format_nfc_api_tags__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/generate_password/":{"post":{"tags":["NFC API"],"summary":"Tag Generate Password","operationId":"tag_generate_password_nfc_api_tags__pk__generate_password__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Generate Password Nfc Api Tags  Pk  Generate Password  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/generate_password.{_format}":{"post":{"tags":["NFC API"],"summary":"Tag Generate Password Format","operationId":"tag_generate_password_format_nfc_api_tags__pk__generate_password___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Generate Password Format Nfc Api Tags  Pk  Generate Password   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/remove_password/":{"post":{"tags":["NFC API"],"summary":"Tag Remove Password","operationId":"tag_remove_password_nfc_api_tags__pk__remove_password__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Remove Password Nfc Api Tags  Pk  Remove Password  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/remove_password.{_format}":{"post":{"tags":["NFC API"],"summary":"Tag Remove Password Format","operationId":"tag_remove_password_format_nfc_api_tags__pk__remove_password___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Remove Password Format Nfc Api Tags  Pk  Remove Password   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/scan_history/":{"get":{"tags":["NFC API"],"summary":"Tag Scan History","operationId":"tag_scan_history_nfc_api_tags__pk__scan_history__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Scan History Nfc Api Tags  Pk  Scan History  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/tags/{pk}/scan_history.{_format}":{"get":{"tags":["NFC API"],"summary":"Tag Scan History Format","operationId":"tag_scan_history_format_nfc_api_tags__pk__scan_history___format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tag Scan History Format Nfc Api Tags  Pk  Scan History   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-messages/":{"get":{"tags":["NFC API"],"summary":"List Ndef Messages","operationId":"list_ndef_messages_nfc_api_ndef_messages__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Messages Nfc Api Ndef Messages  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Message","operationId":"create_ndef_message_nfc_api_ndef_messages__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Message Nfc Api Ndef Messages  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-messages.{_format}":{"get":{"tags":["NFC API"],"summary":"List Ndef Messages Format","operationId":"list_ndef_messages_format_nfc_api_ndef_messages___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Messages Format Nfc Api Ndef Messages   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Message Format","operationId":"create_ndef_message_format_nfc_api_ndef_messages___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Message Format Nfc Api Ndef Messages   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-messages/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Message","operationId":"retrieve_ndef_message_nfc_api_ndef_messages__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Message Nfc Api Ndef Messages  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Message","operationId":"update_ndef_message_nfc_api_ndef_messages__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Nfc Api Ndef Messages  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Message","operationId":"update_ndef_message_nfc_api_ndef_messages__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Nfc Api Ndef Messages  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Message","operationId":"delete_ndef_message_nfc_api_ndef_messages__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-messages/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Message Format","operationId":"retrieve_ndef_message_format_nfc_api_ndef_messages__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Message Format Nfc Api Ndef Messages  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Message Format","operationId":"update_ndef_message_format_nfc_api_ndef_messages__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Format Nfc Api Ndef Messages  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Message Format","operationId":"update_ndef_message_format_nfc_api_ndef_messages__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFMessageUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Message Format Nfc Api Ndef Messages  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Message Format","operationId":"delete_ndef_message_format_nfc_api_ndef_messages__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-records/":{"get":{"tags":["NFC API"],"summary":"List Ndef Records","operationId":"list_ndef_records_nfc_api_ndef_records__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Records Nfc Api Ndef Records  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Record","operationId":"create_ndef_record_nfc_api_ndef_records__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Record Nfc Api Ndef Records  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-records.{_format}":{"get":{"tags":["NFC API"],"summary":"List Ndef Records Format","operationId":"list_ndef_records_format_nfc_api_ndef_records___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Ndef Records Format Nfc Api Ndef Records   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Ndef Record Format","operationId":"create_ndef_record_format_nfc_api_ndef_records___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ndef Record Format Nfc Api Ndef Records   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-records/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Record","operationId":"retrieve_ndef_record_nfc_api_ndef_records__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Record Nfc Api Ndef Records  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Record","operationId":"update_ndef_record_nfc_api_ndef_records__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Nfc Api Ndef Records  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Record","operationId":"update_ndef_record_nfc_api_ndef_records__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Nfc Api Ndef Records  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Record","operationId":"delete_ndef_record_nfc_api_ndef_records__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/ndef-records/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Ndef Record Format","operationId":"retrieve_ndef_record_format_nfc_api_ndef_records__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ndef Record Format Nfc Api Ndef Records  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Ndef Record Format","operationId":"update_ndef_record_format_nfc_api_ndef_records__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Format Nfc Api Ndef Records  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Ndef Record Format","operationId":"update_ndef_record_format_nfc_api_ndef_records__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NDEFRecordUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ndef Record Format Nfc Api Ndef Records  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Ndef Record Format","operationId":"delete_ndef_record_format_nfc_api_ndef_records__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/":{"get":{"tags":["NFC API"],"summary":"List Membership Cards","operationId":"list_membership_cards_nfc_api_membership_cards__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Membership Cards Nfc Api Membership Cards  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Membership Card","operationId":"create_membership_card_nfc_api_membership_cards__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Membership Card Nfc Api Membership Cards  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards.{_format}":{"get":{"tags":["NFC API"],"summary":"List Membership Cards Format","operationId":"list_membership_cards_format_nfc_api_membership_cards___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Membership Cards Format Nfc Api Membership Cards   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Membership Card Format","operationId":"create_membership_card_format_nfc_api_membership_cards___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Membership Card Format Nfc Api Membership Cards   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Membership Card","operationId":"retrieve_membership_card_nfc_api_membership_cards__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Membership Card Nfc Api Membership Cards  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Membership Card","operationId":"update_membership_card_nfc_api_membership_cards__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Nfc Api Membership Cards  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Membership Card","operationId":"update_membership_card_nfc_api_membership_cards__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Nfc Api Membership Cards  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Membership Card","operationId":"delete_membership_card_nfc_api_membership_cards__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Membership Card Format","operationId":"retrieve_membership_card_format_nfc_api_membership_cards__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Membership Card Format Nfc Api Membership Cards  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Membership Card Format","operationId":"update_membership_card_format_nfc_api_membership_cards__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Format Nfc Api Membership Cards  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Membership Card Format","operationId":"update_membership_card_format_nfc_api_membership_cards__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Membership Card Format Nfc Api Membership Cards  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Membership Card Format","operationId":"delete_membership_card_format_nfc_api_membership_cards__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/activate/":{"post":{"tags":["NFC API"],"summary":"Activate Membership Card","operationId":"activate_membership_card_nfc_api_membership_cards__pk__activate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Activate Membership Card Nfc Api Membership Cards  Pk  Activate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/activate.{_format}":{"post":{"tags":["NFC API"],"summary":"Activate Membership Card Format","operationId":"activate_membership_card_format_nfc_api_membership_cards__pk__activate___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Activate Membership Card Format Nfc Api Membership Cards  Pk  Activate   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/deactivate/":{"post":{"tags":["NFC API"],"summary":"Deactivate Membership Card","operationId":"deactivate_membership_card_nfc_api_membership_cards__pk__deactivate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Deactivate Membership Card Nfc Api Membership Cards  Pk  Deactivate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/deactivate.{_format}":{"post":{"tags":["NFC API"],"summary":"Deactivate Membership Card Format","operationId":"deactivate_membership_card_format_nfc_api_membership_cards__pk__deactivate___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Deactivate Membership Card Format Nfc Api Membership Cards  Pk  Deactivate   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/extend_membership/":{"post":{"tags":["NFC API"],"summary":"Extend Membership Card","operationId":"extend_membership_card_nfc_api_membership_cards__pk__extend_membership__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtendMembershipBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extend Membership Card Nfc Api Membership Cards  Pk  Extend Membership  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/extend_membership.{_format}":{"post":{"tags":["NFC API"],"summary":"Extend Membership Card Format","operationId":"extend_membership_card_format_nfc_api_membership_cards__pk__extend_membership___format__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtendMembershipBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extend Membership Card Format Nfc Api Membership Cards  Pk  Extend Membership   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/usage_statistics/":{"get":{"tags":["NFC API"],"summary":"Membership Usage Statistics","operationId":"membership_usage_statistics_nfc_api_membership_cards__pk__usage_statistics__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Membership Usage Statistics Nfc Api Membership Cards  Pk  Usage Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/membership-cards/{pk}/usage_statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Membership Usage Statistics Format","operationId":"membership_usage_statistics_format_nfc_api_membership_cards__pk__usage_statistics___format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Membership Usage Statistics Format Nfc Api Membership Cards  Pk  Usage Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/":{"get":{"tags":["NFC API"],"summary":"List Scan Events","operationId":"list_scan_events_nfc_api_scan_events__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Scan Events Nfc Api Scan Events  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Scan Event","operationId":"create_scan_event_nfc_api_scan_events__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Scan Event Nfc Api Scan Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events.{_format}":{"get":{"tags":["NFC API"],"summary":"List Scan Events Format","operationId":"list_scan_events_format_nfc_api_scan_events___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Scan Events Format Nfc Api Scan Events   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["NFC API"],"summary":"Create Scan Event Format","operationId":"create_scan_event_format_nfc_api_scan_events___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Scan Event Format Nfc Api Scan Events   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/recent/":{"get":{"tags":["NFC API"],"summary":"Scan Events Recent","operationId":"scan_events_recent_nfc_api_scan_events_recent__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Recent Nfc Api Scan Events Recent  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/recent.{_format}":{"get":{"tags":["NFC API"],"summary":"Scan Events Recent Format","operationId":"scan_events_recent_format_nfc_api_scan_events_recent___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Recent Format Nfc Api Scan Events Recent   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/statistics/":{"get":{"tags":["NFC API"],"summary":"Scan Events Statistics","operationId":"scan_events_statistics_nfc_api_scan_events_statistics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Statistics Nfc Api Scan Events Statistics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/statistics.{_format}":{"get":{"tags":["NFC API"],"summary":"Scan Events Statistics Format","operationId":"scan_events_statistics_format_nfc_api_scan_events_statistics___format__get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Statistics Format Nfc Api Scan Events Statistics   Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/bulk_scan/":{"post":{"tags":["NFC API"],"summary":"Scan Events Bulk Scan","operationId":"scan_events_bulk_scan_nfc_api_scan_events_bulk_scan__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkScanBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Bulk Scan Nfc Api Scan Events Bulk Scan  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/bulk_scan.{_format}":{"post":{"tags":["NFC API"],"summary":"Scan Events Bulk Scan Format","operationId":"scan_events_bulk_scan_format_nfc_api_scan_events_bulk_scan___format__post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkScanBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Scan Events Bulk Scan Format Nfc Api Scan Events Bulk Scan   Format  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/{pk}/":{"get":{"tags":["NFC API"],"summary":"Retrieve Scan Event","operationId":"retrieve_scan_event_nfc_api_scan_events__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Scan Event Nfc Api Scan Events  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Scan Event","operationId":"update_scan_event_nfc_api_scan_events__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Nfc Api Scan Events  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Scan Event","operationId":"update_scan_event_nfc_api_scan_events__pk___put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Nfc Api Scan Events  Pk   Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Scan Event","operationId":"delete_scan_event_nfc_api_scan_events__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/nfc/api/scan-events/{pk}.{_format}":{"get":{"tags":["NFC API"],"summary":"Retrieve Scan Event Format","operationId":"retrieve_scan_event_format_nfc_api_scan_events__pk____format__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Scan Event Format Nfc Api Scan Events  Pk    Format  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["NFC API"],"summary":"Update Scan Event Format","operationId":"update_scan_event_format_nfc_api_scan_events__pk____format__patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Format Nfc Api Scan Events  Pk    Format  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["NFC API"],"summary":"Update Scan Event Format","operationId":"update_scan_event_format_nfc_api_scan_events__pk____format__put","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanEventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Scan Event Format Nfc Api Scan Events  Pk    Format  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["NFC API"],"summary":"Delete Scan Event Format","operationId":"delete_scan_event_format_nfc_api_scan_events__pk____format__delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/":{"get":{"tags":["QRCodes API"],"summary":"List Link Posts","operationId":"list_link_posts_api_v1_qrcodes_link_posts__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Link Posts Api V1 Qrcodes Link Posts  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Link Post","operationId":"create_link_post_api_v1_qrcodes_link_posts__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Link Post Api V1 Qrcodes Link Posts  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Link Posts Format","operationId":"list_link_posts_format_api_v1_qrcodes_link_posts___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Link Posts Format Api V1 Qrcodes Link Posts   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Link Post Format","operationId":"create_link_post_format_api_v1_qrcodes_link_posts___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Link Post Format Api V1 Qrcodes Link Posts   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Link Post","operationId":"retrieve_link_post_api_v1_qrcodes_link_posts__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Link Post Api V1 Qrcodes Link Posts  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Link Post","operationId":"update_link_post_api_v1_qrcodes_link_posts__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Link Post Api V1 Qrcodes Link Posts  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Link Post","operationId":"update_link_post_api_v1_qrcodes_link_posts__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Link Post Api V1 Qrcodes Link Posts  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Link Post","operationId":"delete_link_post_api_v1_qrcodes_link_posts__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Link Post Format","operationId":"retrieve_link_post_format_api_v1_qrcodes_link_posts__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Link Post Format Api V1 Qrcodes Link Posts  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Link Post Format","operationId":"update_link_post_format_api_v1_qrcodes_link_posts__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Link Post Format Api V1 Qrcodes Link Posts  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Link Post Format","operationId":"update_link_post_format_api_v1_qrcodes_link_posts__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Link Post Format Api V1 Qrcodes Link Posts  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Link Post Format","operationId":"delete_link_post_format_api_v1_qrcodes_link_posts__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}/analytics/":{"get":{"tags":["QRCodes API"],"summary":"Link Post Analytics","operationId":"link_post_analytics_api_v1_qrcodes_link_posts__pk__analytics__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","default":30,"title":"Days"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Link Post Analytics Api V1 Qrcodes Link Posts  Pk  Analytics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}/analytics.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Link Post Analytics Format","operationId":"link_post_analytics_format_api_v1_qrcodes_link_posts__pk__analytics___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","default":30,"title":"Days"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Link Post Analytics Format Api V1 Qrcodes Link Posts  Pk  Analytics   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}/qr_code/":{"get":{"tags":["QRCodes API"],"summary":"Link Post Qr Code","operationId":"link_post_qr_code_api_v1_qrcodes_link_posts__pk__qr_code__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Link Post Qr Code Api V1 Qrcodes Link Posts  Pk  Qr Code  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/link-posts/{pk}/qr_code.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Link Post Qr Code Format","operationId":"link_post_qr_code_format_api_v1_qrcodes_link_posts__pk__qr_code___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Link Post Qr Code Format Api V1 Qrcodes Link Posts  Pk  Qr Code   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/bulk_create/":{"post":{"tags":["QRCodes API"],"summary":"Qr Codes Bulk Create","operationId":"qr_codes_bulk_create_api_v1_qrcodes_qr_codes_bulk_create__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkQRCreateBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Qr Codes Bulk Create Api V1 Qrcodes Qr Codes Bulk Create  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/bulk_create.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Qr Codes Bulk Create Format","operationId":"qr_codes_bulk_create_format_api_v1_qrcodes_qr_codes_bulk_create___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkQRCreateBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Qr Codes Bulk Create Format Api V1 Qrcodes Qr Codes Bulk Create   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/generate/":{"post":{"tags":["QRCodes API"],"summary":"Qr Codes Generate","operationId":"qr_codes_generate_api_v1_qrcodes_qr_codes_generate__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRGenerateBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Qr Codes Generate Api V1 Qrcodes Qr Codes Generate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/generate.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Qr Codes Generate Format","operationId":"qr_codes_generate_format_api_v1_qrcodes_qr_codes_generate___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRGenerateBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Qr Codes Generate Format Api V1 Qrcodes Qr Codes Generate   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/":{"get":{"tags":["QRCodes API"],"summary":"List Qr Codes","operationId":"list_qr_codes_api_v1_qrcodes_qr_codes__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Qr Codes Api V1 Qrcodes Qr Codes  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Qr Code","operationId":"create_qr_code_api_v1_qrcodes_qr_codes__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Qr Code Api V1 Qrcodes Qr Codes  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Qr Codes Format","operationId":"list_qr_codes_format_api_v1_qrcodes_qr_codes___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Qr Codes Format Api V1 Qrcodes Qr Codes   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Qr Code Format","operationId":"create_qr_code_format_api_v1_qrcodes_qr_codes___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Qr Code Format Api V1 Qrcodes Qr Codes   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Qr Code","operationId":"retrieve_qr_code_api_v1_qrcodes_qr_codes__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Qr Code Api V1 Qrcodes Qr Codes  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Qr Code","operationId":"update_qr_code_api_v1_qrcodes_qr_codes__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Qr Code Api V1 Qrcodes Qr Codes  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Qr Code","operationId":"update_qr_code_api_v1_qrcodes_qr_codes__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Qr Code Api V1 Qrcodes Qr Codes  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Qr Code","operationId":"delete_qr_code_api_v1_qrcodes_qr_codes__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Qr Code Format","operationId":"retrieve_qr_code_format_api_v1_qrcodes_qr_codes__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Qr Code Format Api V1 Qrcodes Qr Codes  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Qr Code Format","operationId":"update_qr_code_format_api_v1_qrcodes_qr_codes__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Qr Code Format Api V1 Qrcodes Qr Codes  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Qr Code Format","operationId":"update_qr_code_format_api_v1_qrcodes_qr_codes__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QRCodeUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Qr Code Format Api V1 Qrcodes Qr Codes  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Qr Code Format","operationId":"delete_qr_code_format_api_v1_qrcodes_qr_codes__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/{pk}/download/":{"get":{"tags":["QRCodes API"],"summary":"Qr Code Download","operationId":"qr_code_download_api_v1_qrcodes_qr_codes__pk__download__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/qr-codes/{pk}/download.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Qr Code Download Format","operationId":"qr_code_download_format_api_v1_qrcodes_qr_codes__pk__download___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/nfc-tags/":{"get":{"tags":["QRCodes API"],"summary":"List Nfc Tags","operationId":"list_nfc_tags_api_v1_qrcodes_nfc_tags__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Nfc Tags Api V1 Qrcodes Nfc Tags  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Nfc Tag","operationId":"create_nfc_tag_api_v1_qrcodes_nfc_tags__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Nfc Tag Api V1 Qrcodes Nfc Tags  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/nfc-tags.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Nfc Tags Format","operationId":"list_nfc_tags_format_api_v1_qrcodes_nfc_tags___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Nfc Tags Format Api V1 Qrcodes Nfc Tags   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Nfc Tag Format","operationId":"create_nfc_tag_format_api_v1_qrcodes_nfc_tags___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Nfc Tag Format Api V1 Qrcodes Nfc Tags   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/nfc-tags/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Nfc Tag","operationId":"retrieve_nfc_tag_api_v1_qrcodes_nfc_tags__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Nfc Tag Api V1 Qrcodes Nfc Tags  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Nfc Tag","operationId":"update_nfc_tag_api_v1_qrcodes_nfc_tags__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Nfc Tag Api V1 Qrcodes Nfc Tags  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Nfc Tag","operationId":"update_nfc_tag_api_v1_qrcodes_nfc_tags__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Nfc Tag Api V1 Qrcodes Nfc Tags  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Nfc Tag","operationId":"delete_nfc_tag_api_v1_qrcodes_nfc_tags__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/nfc-tags/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Nfc Tag Format","operationId":"retrieve_nfc_tag_format_api_v1_qrcodes_nfc_tags__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Nfc Tag Format Api V1 Qrcodes Nfc Tags  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Nfc Tag Format","operationId":"update_nfc_tag_format_api_v1_qrcodes_nfc_tags__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Nfc Tag Format Api V1 Qrcodes Nfc Tags  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Nfc Tag Format","operationId":"update_nfc_tag_format_api_v1_qrcodes_nfc_tags__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFCTagUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Nfc Tag Format Api V1 Qrcodes Nfc Tags  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Nfc Tag Format","operationId":"delete_nfc_tag_format_api_v1_qrcodes_nfc_tags__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/":{"get":{"tags":["QRCodes API"],"summary":"List Events","operationId":"list_events_api_v1_qrcodes_events__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Events Api V1 Qrcodes Events  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Event","operationId":"create_event_api_v1_qrcodes_events__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Event Api V1 Qrcodes Events  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Events Format","operationId":"list_events_format_api_v1_qrcodes_events___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Events Format Api V1 Qrcodes Events   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Event Format","operationId":"create_event_format_api_v1_qrcodes_events___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Event Format Api V1 Qrcodes Events   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Event","operationId":"retrieve_event_api_v1_qrcodes_events__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Event Api V1 Qrcodes Events  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Event","operationId":"update_event_api_v1_qrcodes_events__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Event Api V1 Qrcodes Events  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Event","operationId":"update_event_api_v1_qrcodes_events__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Event Api V1 Qrcodes Events  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Event","operationId":"delete_event_api_v1_qrcodes_events__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Event Format","operationId":"retrieve_event_format_api_v1_qrcodes_events__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Event Format Api V1 Qrcodes Events  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Event Format","operationId":"update_event_format_api_v1_qrcodes_events__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Event Format Api V1 Qrcodes Events  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Event Format","operationId":"update_event_format_api_v1_qrcodes_events__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Event Format Api V1 Qrcodes Events  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Event Format","operationId":"delete_event_format_api_v1_qrcodes_events__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}/tickets/":{"get":{"tags":["QRCodes API"],"summary":"Event Tickets","operationId":"event_tickets_api_v1_qrcodes_events__pk__tickets__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response Event Tickets Api V1 Qrcodes Events  Pk  Tickets  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}/tickets.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Event Tickets Format","operationId":"event_tickets_format_api_v1_qrcodes_events__pk__tickets___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response Event Tickets Format Api V1 Qrcodes Events  Pk  Tickets   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}/schema_org/":{"get":{"tags":["QRCodes API"],"summary":"Event Schema Org","operationId":"event_schema_org_api_v1_qrcodes_events__pk__schema_org__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Event Schema Org Api V1 Qrcodes Events  Pk  Schema Org  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/events/{pk}/schema_org.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Event Schema Org Format","operationId":"event_schema_org_format_api_v1_qrcodes_events__pk__schema_org___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Event Schema Org Format Api V1 Qrcodes Events  Pk  Schema Org   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/purchase/":{"post":{"tags":["QRCodes API"],"summary":"Tickets Purchase","operationId":"tickets_purchase_api_v1_qrcodes_tickets_purchase__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketPurchaseBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tickets Purchase Api V1 Qrcodes Tickets Purchase  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/purchase.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Tickets Purchase Format","operationId":"tickets_purchase_format_api_v1_qrcodes_tickets_purchase___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketPurchaseBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tickets Purchase Format Api V1 Qrcodes Tickets Purchase   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/":{"get":{"tags":["QRCodes API"],"summary":"List Tickets","operationId":"list_tickets_api_v1_qrcodes_tickets__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tickets Api V1 Qrcodes Tickets  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Ticket","operationId":"create_ticket_api_v1_qrcodes_tickets__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ticket Api V1 Qrcodes Tickets  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Tickets Format","operationId":"list_tickets_format_api_v1_qrcodes_tickets___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Tickets Format Api V1 Qrcodes Tickets   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Ticket Format","operationId":"create_ticket_format_api_v1_qrcodes_tickets___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Ticket Format Api V1 Qrcodes Tickets   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Ticket","operationId":"retrieve_ticket_api_v1_qrcodes_tickets__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ticket Api V1 Qrcodes Tickets  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Ticket","operationId":"update_ticket_api_v1_qrcodes_tickets__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ticket Api V1 Qrcodes Tickets  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Ticket","operationId":"update_ticket_api_v1_qrcodes_tickets__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ticket Api V1 Qrcodes Tickets  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Ticket","operationId":"delete_ticket_api_v1_qrcodes_tickets__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Ticket Format","operationId":"retrieve_ticket_format_api_v1_qrcodes_tickets__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Ticket Format Api V1 Qrcodes Tickets  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Ticket Format","operationId":"update_ticket_format_api_v1_qrcodes_tickets__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ticket Format Api V1 Qrcodes Tickets  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Ticket Format","operationId":"update_ticket_format_api_v1_qrcodes_tickets__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TicketUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Ticket Format Api V1 Qrcodes Tickets  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Ticket Format","operationId":"delete_ticket_format_api_v1_qrcodes_tickets__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}/validate_ticket/":{"post":{"tags":["QRCodes API"],"summary":"Ticket Validate","operationId":"ticket_validate_api_v1_qrcodes_tickets__pk__validate_ticket__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateTicketBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Ticket Validate Api V1 Qrcodes Tickets  Pk  Validate Ticket  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}/validate_ticket.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Ticket Validate Format","operationId":"ticket_validate_format_api_v1_qrcodes_tickets__pk__validate_ticket___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateTicketBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Ticket Validate Format Api V1 Qrcodes Tickets  Pk  Validate Ticket   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}/qr_code/":{"get":{"tags":["QRCodes API"],"summary":"Ticket Qr Code","operationId":"ticket_qr_code_api_v1_qrcodes_tickets__pk__qr_code__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Ticket Qr Code Api V1 Qrcodes Tickets  Pk  Qr Code  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/tickets/{pk}/qr_code.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Ticket Qr Code Format","operationId":"ticket_qr_code_format_api_v1_qrcodes_tickets__pk__qr_code___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Ticket Qr Code Format Api V1 Qrcodes Tickets  Pk  Qr Code   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/":{"get":{"tags":["QRCodes API"],"summary":"List Audience Lists","operationId":"list_audience_lists_api_v1_qrcodes_audience_lists__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Audience Lists Api V1 Qrcodes Audience Lists  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Audience List","operationId":"create_audience_list_api_v1_qrcodes_audience_lists__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Audience List Api V1 Qrcodes Audience Lists  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Audience Lists Format","operationId":"list_audience_lists_format_api_v1_qrcodes_audience_lists___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Audience Lists Format Api V1 Qrcodes Audience Lists   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Audience List Format","operationId":"create_audience_list_format_api_v1_qrcodes_audience_lists___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Audience List Format Api V1 Qrcodes Audience Lists   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Audience List","operationId":"retrieve_audience_list_api_v1_qrcodes_audience_lists__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Audience List Api V1 Qrcodes Audience Lists  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Audience List","operationId":"update_audience_list_api_v1_qrcodes_audience_lists__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience List Api V1 Qrcodes Audience Lists  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Audience List","operationId":"update_audience_list_api_v1_qrcodes_audience_lists__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience List Api V1 Qrcodes Audience Lists  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Audience List","operationId":"delete_audience_list_api_v1_qrcodes_audience_lists__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Audience List Format","operationId":"retrieve_audience_list_format_api_v1_qrcodes_audience_lists__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Audience List Format Api V1 Qrcodes Audience Lists  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Audience List Format","operationId":"update_audience_list_format_api_v1_qrcodes_audience_lists__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience List Format Api V1 Qrcodes Audience Lists  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Audience List Format","operationId":"update_audience_list_format_api_v1_qrcodes_audience_lists__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceListUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience List Format Api V1 Qrcodes Audience Lists  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Audience List Format","operationId":"delete_audience_list_format_api_v1_qrcodes_audience_lists__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/sign_affidavit/":{"post":{"tags":["QRCodes API"],"summary":"Sign Affidavit","operationId":"sign_affidavit_api_v1_qrcodes_audience_lists__pk__sign_affidavit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AffidavitSignBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sign Affidavit Api V1 Qrcodes Audience Lists  Pk  Sign Affidavit  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/sign_affidavit.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Sign Affidavit Format","operationId":"sign_affidavit_format_api_v1_qrcodes_audience_lists__pk__sign_affidavit___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AffidavitSignBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sign Affidavit Format Api V1 Qrcodes Audience Lists  Pk  Sign Affidavit   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/verify_affidavit/":{"post":{"tags":["QRCodes API"],"summary":"Verify Affidavit","operationId":"verify_affidavit_api_v1_qrcodes_audience_lists__pk__verify_affidavit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AffidavitVerifyBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Verify Affidavit Api V1 Qrcodes Audience Lists  Pk  Verify Affidavit  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/verify_affidavit.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Verify Affidavit Format","operationId":"verify_affidavit_format_api_v1_qrcodes_audience_lists__pk__verify_affidavit___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AffidavitVerifyBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Verify Affidavit Format Api V1 Qrcodes Audience Lists  Pk  Verify Affidavit   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/upload_file/":{"post":{"tags":["QRCodes API"],"summary":"Upload File","operationId":"upload_file_api_v1_qrcodes_audience_lists__pk__upload_file__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Upload File Api V1 Qrcodes Audience Lists  Pk  Upload File  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/upload_file.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Upload File Format","operationId":"upload_file_format_api_v1_qrcodes_audience_lists__pk__upload_file___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Upload File Format Api V1 Qrcodes Audience Lists  Pk  Upload File   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/export_members/":{"get":{"tags":["QRCodes API"],"summary":"Export Members","operationId":"export_members_api_v1_qrcodes_audience_lists__pk__export_members__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/export_members.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Export Members Format","operationId":"export_members_format_api_v1_qrcodes_audience_lists__pk__export_members___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/sync_sendgrid/":{"post":{"tags":["QRCodes API"],"summary":"Sync Sendgrid","operationId":"sync_sendgrid_api_v1_qrcodes_audience_lists__pk__sync_sendgrid__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sync Sendgrid Api V1 Qrcodes Audience Lists  Pk  Sync Sendgrid  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-lists/{pk}/sync_sendgrid.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Sync Sendgrid Format","operationId":"sync_sendgrid_format_api_v1_qrcodes_audience_lists__pk__sync_sendgrid___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sync Sendgrid Format Api V1 Qrcodes Audience Lists  Pk  Sync Sendgrid   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-members/":{"get":{"tags":["QRCodes API"],"summary":"List Audience Members","operationId":"list_audience_members_api_v1_qrcodes_audience_members__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Audience Members Api V1 Qrcodes Audience Members  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Audience Member","operationId":"create_audience_member_api_v1_qrcodes_audience_members__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Audience Member Api V1 Qrcodes Audience Members  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-members.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Audience Members Format","operationId":"list_audience_members_format_api_v1_qrcodes_audience_members___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Audience Members Format Api V1 Qrcodes Audience Members   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Audience Member Format","operationId":"create_audience_member_format_api_v1_qrcodes_audience_members___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Audience Member Format Api V1 Qrcodes Audience Members   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-members/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Audience Member","operationId":"retrieve_audience_member_api_v1_qrcodes_audience_members__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Audience Member Api V1 Qrcodes Audience Members  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Audience Member","operationId":"update_audience_member_api_v1_qrcodes_audience_members__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience Member Api V1 Qrcodes Audience Members  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Audience Member","operationId":"update_audience_member_api_v1_qrcodes_audience_members__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience Member Api V1 Qrcodes Audience Members  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Audience Member","operationId":"delete_audience_member_api_v1_qrcodes_audience_members__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/audience-members/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Audience Member Format","operationId":"retrieve_audience_member_format_api_v1_qrcodes_audience_members__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Audience Member Format Api V1 Qrcodes Audience Members  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Audience Member Format","operationId":"update_audience_member_format_api_v1_qrcodes_audience_members__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience Member Format Api V1 Qrcodes Audience Members  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Audience Member Format","operationId":"update_audience_member_format_api_v1_qrcodes_audience_members__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudienceMemberUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Audience Member Format Api V1 Qrcodes Audience Members  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Audience Member Format","operationId":"delete_audience_member_format_api_v1_qrcodes_audience_members__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns/":{"get":{"tags":["QRCodes API"],"summary":"List Email Campaigns","operationId":"list_email_campaigns_api_v1_qrcodes_email_campaigns__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Email Campaigns Api V1 Qrcodes Email Campaigns  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Email Campaign","operationId":"create_email_campaign_api_v1_qrcodes_email_campaigns__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Email Campaign Api V1 Qrcodes Email Campaigns  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Email Campaigns Format","operationId":"list_email_campaigns_format_api_v1_qrcodes_email_campaigns___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Email Campaigns Format Api V1 Qrcodes Email Campaigns   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Email Campaign Format","operationId":"create_email_campaign_format_api_v1_qrcodes_email_campaigns___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Email Campaign Format Api V1 Qrcodes Email Campaigns   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Email Campaign","operationId":"retrieve_email_campaign_api_v1_qrcodes_email_campaigns__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Email Campaign Api V1 Qrcodes Email Campaigns  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Email Campaign","operationId":"update_email_campaign_api_v1_qrcodes_email_campaigns__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Email Campaign Api V1 Qrcodes Email Campaigns  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Email Campaign","operationId":"update_email_campaign_api_v1_qrcodes_email_campaigns__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Email Campaign Api V1 Qrcodes Email Campaigns  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Email Campaign","operationId":"delete_email_campaign_api_v1_qrcodes_email_campaigns__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Email Campaign Format","operationId":"retrieve_email_campaign_format_api_v1_qrcodes_email_campaigns__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Email Campaign Format Api V1 Qrcodes Email Campaigns  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Email Campaign Format","operationId":"update_email_campaign_format_api_v1_qrcodes_email_campaigns__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Email Campaign Format Api V1 Qrcodes Email Campaigns  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Email Campaign Format","operationId":"update_email_campaign_format_api_v1_qrcodes_email_campaigns__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCampaignUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Email Campaign Format Api V1 Qrcodes Email Campaigns  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Email Campaign Format","operationId":"delete_email_campaign_format_api_v1_qrcodes_email_campaigns__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns/{pk}/send_campaign/":{"post":{"tags":["QRCodes API"],"summary":"Send Campaign","operationId":"send_campaign_api_v1_qrcodes_email_campaigns__pk__send_campaign__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Send Campaign Api V1 Qrcodes Email Campaigns  Pk  Send Campaign  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/email-campaigns/{pk}/send_campaign.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Send Campaign Format","operationId":"send_campaign_format_api_v1_qrcodes_email_campaigns__pk__send_campaign___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Send Campaign Format Api V1 Qrcodes Email Campaigns  Pk  Send Campaign   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/analytics/":{"get":{"tags":["QRCodes API"],"summary":"List Analytics","operationId":"list_analytics_api_v1_qrcodes_analytics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Analytics Api V1 Qrcodes Analytics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/analytics.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Analytics Format","operationId":"list_analytics_format_api_v1_qrcodes_analytics___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Analytics Format Api V1 Qrcodes Analytics   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/analytics/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Analytics","operationId":"retrieve_analytics_api_v1_qrcodes_analytics__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Analytics Api V1 Qrcodes Analytics  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/analytics/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Analytics Format","operationId":"retrieve_analytics_format_api_v1_qrcodes_analytics__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Analytics Format Api V1 Qrcodes Analytics  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/generate_comma_qr/":{"post":{"tags":["QRCodes API"],"summary":"Comma Generate","operationId":"comma_generate_api_v1_qrcodes_comma_generate_comma_qr__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaGenerateBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Generate Api V1 Qrcodes Comma Generate Comma Qr  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/generate_comma_qr.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Comma Generate Format","operationId":"comma_generate_format_api_v1_qrcodes_comma_generate_comma_qr___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaGenerateBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Generate Format Api V1 Qrcodes Comma Generate Comma Qr   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/migration_status/":{"get":{"tags":["QRCodes API"],"summary":"Comma Migration Status","operationId":"comma_migration_status_api_v1_qrcodes_comma_migration_status__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Migration Status Api V1 Qrcodes Comma Migration Status  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/migration_status.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Comma Migration Status Format","operationId":"comma_migration_status_format_api_v1_qrcodes_comma_migration_status___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Migration Status Format Api V1 Qrcodes Comma Migration Status   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/test_geolocation/":{"post":{"tags":["QRCodes API"],"summary":"Comma Test Geolocation","operationId":"comma_test_geolocation_api_v1_qrcodes_comma_test_geolocation__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaGeoTestBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Test Geolocation Api V1 Qrcodes Comma Test Geolocation  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/test_geolocation.{_format}/":{"post":{"tags":["QRCodes API"],"summary":"Comma Test Geolocation Format","operationId":"comma_test_geolocation_format_api_v1_qrcodes_comma_test_geolocation___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaGeoTestBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Test Geolocation Format Api V1 Qrcodes Comma Test Geolocation   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/{pk}/comma_analytics/":{"get":{"tags":["QRCodes API"],"summary":"Comma Analytics Detail","operationId":"comma_analytics_detail_api_v1_qrcodes_comma__pk__comma_analytics__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Analytics Detail Api V1 Qrcodes Comma  Pk  Comma Analytics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/{pk}/comma_analytics.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Comma Analytics Detail Format","operationId":"comma_analytics_detail_format_api_v1_qrcodes_comma__pk__comma_analytics___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Analytics Detail Format Api V1 Qrcodes Comma  Pk  Comma Analytics   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/":{"get":{"tags":["QRCodes API"],"summary":"List Comma","operationId":"list_comma_api_v1_qrcodes_comma__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Comma Api V1 Qrcodes Comma  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Comma","operationId":"create_comma_api_v1_qrcodes_comma__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Comma Api V1 Qrcodes Comma  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Comma Format","operationId":"list_comma_format_api_v1_qrcodes_comma___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Comma Format Api V1 Qrcodes Comma   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["QRCodes API"],"summary":"Create Comma Format","operationId":"create_comma_format_api_v1_qrcodes_comma___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPostCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Comma Format Api V1 Qrcodes Comma   Format   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Comma","operationId":"retrieve_comma_api_v1_qrcodes_comma__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Comma Api V1 Qrcodes Comma  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Comma","operationId":"update_comma_api_v1_qrcodes_comma__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaLinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Comma Api V1 Qrcodes Comma  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Comma","operationId":"update_comma_api_v1_qrcodes_comma__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaLinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Comma Api V1 Qrcodes Comma  Pk   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Comma","operationId":"delete_comma_api_v1_qrcodes_comma__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Comma Format","operationId":"retrieve_comma_format_api_v1_qrcodes_comma__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Comma Format Api V1 Qrcodes Comma  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["QRCodes API"],"summary":"Update Comma Format","operationId":"update_comma_format_api_v1_qrcodes_comma__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaLinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Comma Format Api V1 Qrcodes Comma  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["QRCodes API"],"summary":"Update Comma Format","operationId":"update_comma_format_api_v1_qrcodes_comma__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommaLinkPostUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Comma Format Api V1 Qrcodes Comma  Pk    Format   Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["QRCodes API"],"summary":"Delete Comma Format","operationId":"delete_comma_format_api_v1_qrcodes_comma__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics/dashboard_data/":{"get":{"tags":["QRCodes API"],"summary":"Comma Analytics Dashboard","operationId":"comma_analytics_dashboard_api_v1_qrcodes_comma_analytics_dashboard_data__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Analytics Dashboard Api V1 Qrcodes Comma Analytics Dashboard Data  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics/dashboard_data.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Comma Analytics Dashboard Format","operationId":"comma_analytics_dashboard_format_api_v1_qrcodes_comma_analytics_dashboard_data___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Comma Analytics Dashboard Format Api V1 Qrcodes Comma Analytics Dashboard Data   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics/":{"get":{"tags":["QRCodes API"],"summary":"List Comma Analytics","operationId":"list_comma_analytics_api_v1_qrcodes_comma_analytics__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Comma Analytics Api V1 Qrcodes Comma Analytics  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"List Comma Analytics Format","operationId":"list_comma_analytics_format_api_v1_qrcodes_comma_analytics___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response List Comma Analytics Format Api V1 Qrcodes Comma Analytics   Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics/{pk}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Comma Analytics","operationId":"retrieve_comma_analytics_api_v1_qrcodes_comma_analytics__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Comma Analytics Api V1 Qrcodes Comma Analytics  Pk   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/comma-analytics/{pk}.{_format}/":{"get":{"tags":["QRCodes API"],"summary":"Retrieve Comma Analytics Format","operationId":"retrieve_comma_analytics_format_api_v1_qrcodes_comma_analytics__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Retrieve Comma Analytics Format Api V1 Qrcodes Comma Analytics  Pk    Format   Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/{client_code}/":{"get":{"tags":["QRCodes Snippet"],"summary":"Get Snippet","operationId":"get_snippet_api_v1_qrcodes_snippet__client_code___get","parameters":[{"name":"client_code","in":"path","required":true,"schema":{"type":"string","title":"Client Code"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/generate/":{"post":{"tags":["QRCodes Snippet"],"summary":"Generate Qr Snippet","operationId":"generate_qr_snippet_api_v1_qrcodes_snippet_generate__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnippetGenerateBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Qr Snippet Api V1 Qrcodes Snippet Generate  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/analytics/":{"post":{"tags":["QRCodes Snippet"],"summary":"Track Snippet Analytics","operationId":"track_snippet_analytics_api_v1_qrcodes_snippet_analytics__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnippetAnalyticsBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Track Snippet Analytics Api V1 Qrcodes Snippet Analytics  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/usage/":{"get":{"tags":["QRCodes Snippet"],"summary":"Get Usage Stats","operationId":"get_usage_stats_api_v1_qrcodes_snippet_usage__get","parameters":[{"name":"X-Magenta-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Magenta-Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Usage Stats Api V1 Qrcodes Snippet Usage  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/upgrade/":{"post":{"tags":["QRCodes Snippet"],"summary":"Upgrade Tier","operationId":"upgrade_tier_api_v1_qrcodes_snippet_upgrade__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnippetUpgradeBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Upgrade Tier Api V1 Qrcodes Snippet Upgrade  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/qrcodes/snippet/webhook/stripe/":{"get":{"tags":["QRCodes Snippet"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_v1_qrcodes_snippet_webhook_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Stripe Webhook Api V1 Qrcodes Snippet Webhook Stripe  Post"}}}}}},"put":{"tags":["QRCodes Snippet"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_v1_qrcodes_snippet_webhook_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Stripe Webhook Api V1 Qrcodes Snippet Webhook Stripe  Post"}}}}}},"post":{"tags":["QRCodes Snippet"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_v1_qrcodes_snippet_webhook_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Stripe Webhook Api V1 Qrcodes Snippet Webhook Stripe  Post"}}}}}},"delete":{"tags":["QRCodes Snippet"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_v1_qrcodes_snippet_webhook_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Stripe Webhook Api V1 Qrcodes Snippet Webhook Stripe  Post"}}}}}},"patch":{"tags":["QRCodes Snippet"],"summary":"Stripe Webhook","operationId":"stripe_webhook_api_v1_qrcodes_snippet_webhook_stripe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Stripe Webhook Api V1 Qrcodes Snippet Webhook Stripe  Post"}}}}}}},"/qr/qr/{slug}/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_qr__slug___get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/qr/{slug}/redirect/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_qr__slug__redirect__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/qr/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_qr__uuid___get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/qr/{uuid}/redirect/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_qr__uuid__redirect__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/l/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":"Link Redirect","operationId":"link_redirect_qr_l__uuid___get","parameters":[{"name":"uuid","in":"path","required":true,"schema":{"type":"string","title":"Uuid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/qr/display/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_display__uuid___get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/nfc/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":"Nfc Redirect","operationId":"nfc_redirect_qr_nfc__uuid___get","parameters":[{"name":"uuid","in":"path","required":true,"schema":{"type":"string","title":"Uuid"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/qr/nfc/display/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_nfc_display__uuid___get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/analytics/track/":{"get":{"tags":["QRCodes Pages"],"summary":"Track Analytics","operationId":"track_analytics_qr_analytics_track__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["QRCodes Pages"],"summary":"Track Analytics","operationId":"track_analytics_qr_analytics_track__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/qr/manage/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_manage__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_manage__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/create/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_create__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_create__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/qr/edit/{uuid}/":{"get":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_edit__uuid___post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["QRCodes Pages"],"summary":" Handler","operationId":"_handler_qr_edit__uuid___post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/min/qrcodes/clientbrandprofile/generate_qr_preview/":{"get":{"tags":["QRCodes Admin Stubs"],"summary":"Generate Qr Preview","operationId":"generate_qr_preview_min_qrcodes_clientbrandprofile_generate_qr_preview__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Qr Preview Min Qrcodes Clientbrandprofile Generate Qr Preview  Post"}}}}}},"post":{"tags":["QRCodes Admin Stubs"],"summary":"Generate Qr Preview","operationId":"generate_qr_preview_min_qrcodes_clientbrandprofile_generate_qr_preview__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Qr Preview Min Qrcodes Clientbrandprofile Generate Qr Preview  Post"}}}}}}},"/min/qrcodes/clientbrandprofile/impersonate/{client_code}/":{"post":{"tags":["QRCodes Admin Stubs"],"summary":"Impersonate Client","operationId":"impersonate_client_min_qrcodes_clientbrandprofile_impersonate__client_code___post","parameters":[{"name":"client_code","in":"path","required":true,"schema":{"type":"string","title":"Client Code"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Impersonate Client Min Qrcodes Clientbrandprofile Impersonate  Client Code   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["QRCodes Admin Stubs"],"summary":"Impersonate Client","operationId":"impersonate_client_min_qrcodes_clientbrandprofile_impersonate__client_code___post","parameters":[{"name":"client_code","in":"path","required":true,"schema":{"type":"string","title":"Client Code"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Impersonate Client Min Qrcodes Clientbrandprofile Impersonate  Client Code   Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/min/qrcodes/clientbrandprofile/traffic_dashboard/":{"get":{"tags":["QRCodes Admin Stubs"],"summary":"Traffic Dashboard","operationId":"traffic_dashboard_min_qrcodes_clientbrandprofile_traffic_dashboard__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Traffic Dashboard Min Qrcodes Clientbrandprofile Traffic Dashboard  Post"}}}}}},"post":{"tags":["QRCodes Admin Stubs"],"summary":"Traffic Dashboard","operationId":"traffic_dashboard_min_qrcodes_clientbrandprofile_traffic_dashboard__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Traffic Dashboard Min Qrcodes Clientbrandprofile Traffic Dashboard  Post"}}}}}}},"/min/qrcodes/maxmindserviceconfig/{object_id}/test-api/":{"post":{"tags":["QRCodes Admin Stubs"],"summary":"Maxmind Test Api","operationId":"maxmind_test_api_min_qrcodes_maxmindserviceconfig__object_id__test_api__post","parameters":[{"name":"object_id","in":"path","required":true,"schema":{"type":"integer","title":"Object Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Maxmind Test Api Min Qrcodes Maxmindserviceconfig  Object Id  Test Api  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["QRCodes Admin Stubs"],"summary":"Maxmind Test Api","operationId":"maxmind_test_api_min_qrcodes_maxmindserviceconfig__object_id__test_api__post","parameters":[{"name":"object_id","in":"path","required":true,"schema":{"type":"integer","title":"Object Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Maxmind Test Api Min Qrcodes Maxmindserviceconfig  Object Id  Test Api  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/min/qrcodes/maxmindserviceconfig/{object_id}/usage-stats/":{"post":{"tags":["QRCodes Admin Stubs"],"summary":"Maxmind Usage Stats","operationId":"maxmind_usage_stats_min_qrcodes_maxmindserviceconfig__object_id__usage_stats__post","parameters":[{"name":"object_id","in":"path","required":true,"schema":{"type":"integer","title":"Object Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Maxmind Usage Stats Min Qrcodes Maxmindserviceconfig  Object Id  Usage Stats  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["QRCodes Admin Stubs"],"summary":"Maxmind Usage Stats","operationId":"maxmind_usage_stats_min_qrcodes_maxmindserviceconfig__object_id__usage_stats__post","parameters":[{"name":"object_id","in":"path","required":true,"schema":{"type":"integer","title":"Object Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Maxmind Usage Stats Min Qrcodes Maxmindserviceconfig  Object Id  Usage Stats  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/original/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_original__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/faqs/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_faqs__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/story/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_story__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/team/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_team__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/contact/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_contact__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/donate/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_donate__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/first-amendment-club/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_first_amendment_club__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/press/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_press__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/northwest-passages/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_northwest_passages__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/spokesman-review/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_spokesman_review__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/terms/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_terms__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/privacy/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_privacy__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/colophon/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_colophon__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/material/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/aura/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_aura__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/cinematic/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_cinematic__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/frontend/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_frontend__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/django/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_django__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/storybook/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_storybook__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/style-guide/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_style_guide__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/colors/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_colors__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/footer-demo/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_demo__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/editor/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_editor__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/editor/preview/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_editor_preview__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/settings/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_settings__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/analytics/profile/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_analytics_profile__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/login/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/phone-login/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_phone_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_phone_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_phone_login__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/signup/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/signup-with-phone/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_with_phone__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_with_phone__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_with_phone__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/auth/signup/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_auth_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_auth_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_auth_signup__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/verify-otp/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_verify_otp__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_verify_otp__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_verify_otp__post","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/settings/{section}/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_settings__section___get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/components/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_components__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/icons/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_icons__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/vue/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_vue__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/identification/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_identification__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/newsletter/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_newsletter__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/simple-otp/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_simple_otp__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/twilio-otp/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_twilio_otp__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/broken/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_broken__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/progressive/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_progressive__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/simple/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_simple__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/versions/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_versions__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/debug/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/debug/analytics/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/debug/magenta/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_debug_magenta__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/footer-test/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_footer_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/header-demo/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_header_demo__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/material-test/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_material_test__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/volt/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/volt-complete/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_complete__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/volt-old/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_volt_old__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test-volt/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_volt__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/carousel/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_carousel__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/test/google-oauth/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_test_google_oauth__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/signup/success/":{"get":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"put":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"options":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Web Pages"],"summary":" Handler","operationId":"_handler_web_signup_success__options","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/verify-email/{token}/":{"get":{"tags":["Web Pages"],"summary":"Verify Email","operationId":"verify_email_web_verify_email__token___get","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string","title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/editor/api/content/":{"get":{"tags":["Web Pages"],"summary":"Editor Content","operationId":"editor_content_web_editor_api_content__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Web Pages"],"summary":"Editor Content","operationId":"editor_content_web_editor_api_content__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Web Pages"],"summary":"Editor Content","operationId":"editor_content_web_editor_api_content__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/web/test/simple/":{"get":{"tags":["Web Pages"],"summary":"Simple Test","operationId":"simple_test_web_test_simple__get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/web/test/simple-html/":{"get":{"tags":["Web Pages"],"summary":"Simple Html Test","operationId":"simple_html_test_web_test_simple_html__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/web/api/contact/":{"get":{"tags":["Web API"],"summary":"Contact Api Csrf","operationId":"contact_api_csrf_web_api_contact__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Contact Api Csrf Web Api Contact  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Web API"],"summary":"Contact Api Submit","operationId":"contact_api_submit_web_api_contact__post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebContactPayload"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/api/v1/newsletter/subscribe/":{"get":{"tags":["Web API"],"summary":"Newsletter Subscribe","operationId":"newsletter_subscribe_web_api_v1_newsletter_subscribe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Web API"],"summary":"Newsletter Subscribe","operationId":"newsletter_subscribe_web_api_v1_newsletter_subscribe__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/web/api/v1/mobile-otp/send-otp/":{"get":{"tags":["Web API"],"summary":"Send Otp","operationId":"send_otp_web_api_v1_mobile_otp_send_otp__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Web API"],"summary":"Send Otp","operationId":"send_otp_web_api_v1_mobile_otp_send_otp__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/web/api/v1/mobile-otp/verify-otp/":{"get":{"tags":["Web API"],"summary":"Verify Otp","operationId":"verify_otp_web_api_v1_mobile_otp_verify_otp__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Web API"],"summary":"Verify Otp","operationId":"verify_otp_web_api_v1_mobile_otp_verify_otp__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/web/api/profile/update/":{"post":{"tags":["Web API"],"summary":"Update Profile","operationId":"update_profile_web_api_profile_update__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["Web API"],"summary":"Update Profile","operationId":"update_profile_web_api_profile_update__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["Web API"],"summary":"Update Profile","operationId":"update_profile_web_api_profile_update__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Web API"],"summary":"Update Profile","operationId":"update_profile_web_api_profile_update__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/api/profile/check-username/":{"post":{"tags":["Web API"],"summary":"Check Username","operationId":"check_username_web_api_profile_check_username__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["Web API"],"summary":"Check Username","operationId":"check_username_web_api_profile_check_username__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/api/send-verification-email/":{"post":{"tags":["Web API"],"summary":"Send Verification Email","operationId":"send_verification_email_web_api_send_verification_email__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/web/api/check-subscriber-status/":{"post":{"tags":["Web API"],"summary":"Check Subscriber Status","operationId":"check_subscriber_status_web_api_check_subscriber_status__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["Web API"],"summary":"Check Subscriber Status","operationId":"check_subscriber_status_web_api_check_subscriber_status__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/@{username}/":{"get":{"tags":["Web Profile"],"summary":"User Profile","operationId":"user_profile___username___get","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string","title":"Username"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/debug/analytics/":{"get":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"options":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"patch":{"tags":["Web Debug"],"summary":"Debug Analytics Root","operationId":"debug_analytics_root_debug_analytics__options","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/workflows/api/workflows/":{"get":{"summary":"Workflows List","operationId":"workflows_list_workflows_api_workflows__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"post":{"summary":"Workflows Create","operationId":"workflows_create_workflows_api_workflows__post","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows.{_format}/":{"get":{"summary":"Workflows List Format","operationId":"workflows_list_format_workflows_api_workflows___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"post":{"summary":"Workflows Create Format","operationId":"workflows_create_format_workflows_api_workflows___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/":{"get":{"summary":"Workflows Retrieve","operationId":"workflows_retrieve_workflows_api_workflows__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"patch":{"summary":"Workflows Update","operationId":"workflows_update_workflows_api_workflows__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"put":{"summary":"Workflows Update","operationId":"workflows_update_workflows_api_workflows__pk___patch","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"delete":{"summary":"Workflows Delete","operationId":"workflows_delete_workflows_api_workflows__pk___delete","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}.{_format}/":{"get":{"summary":"Workflows Retrieve Format","operationId":"workflows_retrieve_format_workflows_api_workflows__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"patch":{"summary":"Workflows Update Format","operationId":"workflows_update_format_workflows_api_workflows__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"put":{"summary":"Workflows Update Format","operationId":"workflows_update_format_workflows_api_workflows__pk____format___patch","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"delete":{"summary":"Workflows Delete Format","operationId":"workflows_delete_format_workflows_api_workflows__pk____format___delete","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"args","in":"query","required":true,"schema":{"title":"Args"}},{"name":"kwargs","in":"query","required":true,"schema":{"title":"Kwargs"}}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/execute/":{"post":{"summary":"Workflow Execute","operationId":"workflow_execute_workflows_api_workflows__pk__execute__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/execute.{_format}/":{"post":{"summary":"Workflow Execute Format","operationId":"workflow_execute_format_workflows_api_workflows__pk__execute___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteBody"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/diagram/":{"get":{"summary":"Workflow Diagram","operationId":"workflow_diagram_workflows_api_workflows__pk__diagram__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/diagram.{_format}/":{"get":{"summary":"Workflow Diagram Format","operationId":"workflow_diagram_format_workflows_api_workflows__pk__diagram___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/swimlanes/":{"get":{"summary":"Workflow Swimlanes","operationId":"workflow_swimlanes_workflows_api_workflows__pk__swimlanes__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/swimlanes.{_format}/":{"get":{"summary":"Workflow Swimlanes Format","operationId":"workflow_swimlanes_format_workflows_api_workflows__pk__swimlanes___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/add_component/":{"post":{"summary":"Workflow Add Component","operationId":"workflow_add_component_workflows_api_workflows__pk__add_component__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddComponentBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/add_component.{_format}/":{"post":{"summary":"Workflow Add Component Format","operationId":"workflow_add_component_format_workflows_api_workflows__pk__add_component___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddComponentBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/add_gate/":{"post":{"summary":"Workflow Add Gate","operationId":"workflow_add_gate_workflows_api_workflows__pk__add_gate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/add_gate.{_format}/":{"post":{"summary":"Workflow Add Gate Format","operationId":"workflow_add_gate_format_workflows_api_workflows__pk__add_gate___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/register_webhooks/":{"post":{"summary":"Workflow Register Webhooks","operationId":"workflow_register_webhooks_workflows_api_workflows__pk__register_webhooks__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/register_webhooks.{_format}/":{"post":{"summary":"Workflow Register Webhooks Format","operationId":"workflow_register_webhooks_format_workflows_api_workflows__pk__register_webhooks___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/webhook_status/":{"get":{"summary":"Workflow Webhook Status","operationId":"workflow_webhook_status_workflows_api_workflows__pk__webhook_status__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/webhook_status.{_format}/":{"get":{"summary":"Workflow Webhook Status Format","operationId":"workflow_webhook_status_format_workflows_api_workflows__pk__webhook_status___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/trigger_from_webhook/":{"post":{"summary":"Workflow Trigger From Webhook","operationId":"workflow_trigger_from_webhook_workflows_api_workflows__pk__trigger_from_webhook__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookTriggerBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/trigger_from_webhook.{_format}/":{"post":{"summary":"Workflow Trigger From Webhook Format","operationId":"workflow_trigger_from_webhook_format_workflows_api_workflows__pk__trigger_from_webhook___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookTriggerBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/sync_n8n/":{"post":{"summary":"Workflow Sync N8N","operationId":"workflow_sync_n8n_workflows_api_workflows__pk__sync_n8n__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/sync_n8n.{_format}/":{"post":{"summary":"Workflow Sync N8N Format","operationId":"workflow_sync_n8n_format_workflows_api_workflows__pk__sync_n8n___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/n8n_status/":{"get":{"summary":"Workflow N8N Status","operationId":"workflow_n8n_status_workflows_api_workflows__pk__n8n_status__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/workflows/{pk}/n8n_status.{_format}/":{"get":{"summary":"Workflow N8N Status Format","operationId":"workflow_n8n_status_format_workflows_api_workflows__pk__n8n_status___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/":{"get":{"summary":"Executions List","operationId":"executions_list_workflows_api_executions__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions.{_format}/":{"get":{"summary":"Executions List Format","operationId":"executions_list_format_workflows_api_executions___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/":{"get":{"summary":"Executions Retrieve","operationId":"executions_retrieve_workflows_api_executions__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}.{_format}/":{"get":{"summary":"Executions Retrieve Format","operationId":"executions_retrieve_format_workflows_api_executions__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/approve_gate/":{"post":{"summary":"Execution Approve Gate","operationId":"execution_approve_gate_workflows_api_executions__pk__approve_gate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/approve_gate.{_format}/":{"post":{"summary":"Execution Approve Gate Format","operationId":"execution_approve_gate_format_workflows_api_executions__pk__approve_gate___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/reject_gate/":{"post":{"summary":"Execution Reject Gate","operationId":"execution_reject_gate_workflows_api_executions__pk__reject_gate__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/reject_gate.{_format}/":{"post":{"summary":"Execution Reject Gate Format","operationId":"execution_reject_gate_format_workflows_api_executions__pk__reject_gate___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/timeline/":{"get":{"summary":"Execution Timeline","operationId":"execution_timeline_workflows_api_executions__pk__timeline__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/executions/{pk}/timeline.{_format}/":{"get":{"summary":"Execution Timeline Format","operationId":"execution_timeline_format_workflows_api_executions__pk__timeline___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates/":{"get":{"summary":"Templates List","operationId":"templates_list_workflows_api_templates__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates.{_format}/":{"get":{"summary":"Templates List Format","operationId":"templates_list_format_workflows_api_templates___format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates/{pk}/":{"get":{"summary":"Templates Retrieve","operationId":"templates_retrieve_workflows_api_templates__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates/{pk}.{_format}/":{"get":{"summary":"Templates Retrieve Format","operationId":"templates_retrieve_format_workflows_api_templates__pk____format___get","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates/{pk}/create_workflow/":{"post":{"summary":"Template Create Workflow","operationId":"template_create_workflow_workflows_api_templates__pk__create_workflow__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/templates/{pk}/create_workflow.{_format}/":{"post":{"summary":"Template Create Workflow Format","operationId":"template_create_workflow_format_workflows_api_templates__pk__create_workflow___format___post","parameters":[{"name":"_format","in":"path","required":true,"schema":{"type":"string","title":" Format"}},{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/n8n/health/":{"get":{"summary":"N8N Health","operationId":"n8n_health_workflows_api_n8n_health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/api/n8n/workflows/":{"get":{"summary":"N8N List Workflows","operationId":"n8n_list_workflows_workflows_api_n8n_workflows__get","parameters":[{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/n8n/trigger/{n8n_workflow_id}/":{"post":{"summary":"N8N Trigger","operationId":"n8n_trigger_workflows_api_n8n_trigger__n8n_workflow_id___post","parameters":[{"name":"n8n_workflow_id","in":"path","required":true,"schema":{"type":"string","title":"N8N Workflow Id"}},{"name":"magenta_session","in":"cookie","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Magenta Session"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/N8nTriggerBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/api/n8n/inbound/{workflow_id}/":{"post":{"summary":"N8N Inbound","description":"Webhook target for n8n workflows to start Magenta executions.","operationId":"n8n_inbound_workflows_api_n8n_inbound__workflow_id___post","parameters":[{"name":"workflow_id","in":"path","required":true,"schema":{"type":"string","title":"Workflow Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/N8nInboundBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/device/register/":{"post":{"summary":"Device Register","operationId":"device_register_workflows_iot_device_register__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceRegisterBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/device/activate/":{"post":{"summary":"Device Activate","operationId":"device_activate_workflows_iot_device_activate__post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/device/info/":{"get":{"summary":"Device Info","operationId":"device_info_workflows_iot_device_info__get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/device/dashboard/":{"get":{"summary":"Device Dashboard","operationId":"device_dashboard_workflows_iot_device_dashboard__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/iot/sensor/data/":{"post":{"summary":"Sensor Data Ingest","operationId":"sensor_data_ingest_workflows_iot_sensor_data__post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/device/status/":{"post":{"summary":"Device Status Update","operationId":"device_status_update_workflows_iot_device_status__post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/iot/workflow/trigger/":{"post":{"summary":"Workflow Trigger Manual","operationId":"workflow_trigger_manual_workflows_iot_workflow_trigger__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/":{"get":{"summary":"Workflow List","operationId":"workflow_list_workflows__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/create/":{"get":{"summary":"Workflow Create","operationId":"workflow_create_workflows_create__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]},"put":{"summary":"Workflow Create Mutate","operationId":"workflow_create_mutate_workflows_create__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]},"post":{"summary":"Workflow Create Mutate","operationId":"workflow_create_mutate_workflows_create__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/executions/":{"get":{"summary":"Execution List","operationId":"execution_list_workflows_executions__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/executions/{pk}/":{"get":{"summary":"Execution Detail","operationId":"execution_detail_workflows_executions__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/gates/":{"get":{"summary":"Gate List","operationId":"gate_list_workflows_gates__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/gates/{pk}/approve/":{"post":{"summary":"Gate Approve","operationId":"gate_approve_workflows_gates__pk__approve__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/gates/{pk}/reject/":{"post":{"summary":"Gate Reject","operationId":"gate_reject_workflows_gates__pk__reject__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/builder/":{"get":{"summary":"Workflow Builder","operationId":"workflow_builder_workflows_builder__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]},"post":{"summary":"Workflow Builder","operationId":"workflow_builder_workflows_builder__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/builder/preview/":{"post":{"summary":"Workflow Preview","operationId":"workflow_preview_workflows_builder_preview__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["realtime"]}},"/workflows/{pk}/":{"get":{"summary":"Workflow Detail","operationId":"workflow_detail_workflows__pk___get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/{pk}/edit/":{"post":{"summary":"Workflow Edit","operationId":"workflow_edit_workflows__pk__edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"get":{"summary":"Workflow Edit","operationId":"workflow_edit_workflows__pk__edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"put":{"summary":"Workflow Edit","operationId":"workflow_edit_workflows__pk__edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/{pk}/execute/":{"post":{"summary":"Workflow Execute Page","operationId":"workflow_execute_page_workflows__pk__execute__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/{pk}/swimlanes/":{"get":{"summary":"Swimlane View","operationId":"swimlane_view_workflows__pk__swimlanes__get","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/workflows/{pk}/swimlanes/edit/":{"post":{"summary":"Swimlane Edit","operationId":"swimlane_edit_workflows__pk__swimlanes_edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"get":{"summary":"Swimlane Edit","operationId":"swimlane_edit_workflows__pk__swimlanes_edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]},"put":{"summary":"Swimlane Edit","operationId":"swimlane_edit_workflows__pk__swimlanes_edit__post","parameters":[{"name":"pk","in":"path","required":true,"schema":{"type":"string","title":"Pk"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["realtime"]}},"/api/graphql":{"get":{"summary":"Handle Http Get","operationId":"handle_http_get_api_graphql_get","responses":{"200":{"description":"The GraphiQL integrated development environment.","content":{"application/json":{"schema":{}}}},"404":{"description":"Not found if GraphiQL or query via GET are not enabled."}},"tags":["analytics"]},"post":{"summary":"Handle Http Post","operationId":"handle_http_post_api_graphql_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["analytics"]}},"/api/graphql/voyager":{"get":{"summary":"Graphql Voyager","operationId":"graphql_voyager_api_graphql_voyager_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["analytics"]}},"/api/graphql/voyager/":{"get":{"summary":"Graphql Voyager","operationId":"graphql_voyager_api_graphql_voyager__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"tags":["analytics"]}},"/api/v2/mcp":{"get":{"tags":["MCP"],"summary":"Mcp Index","operationId":"mcp_index_api_v2_mcp_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mcp Index Api V2 Mcp Get"}}}}}}},"/api/v2/mcp/":{"get":{"tags":["MCP"],"summary":"Mcp Index","operationId":"mcp_index_api_v2_mcp__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mcp Index Api V2 Mcp  Get"}}}}}}},"/api/v2/mcp/status":{"get":{"tags":["MCP"],"summary":"Mcp Status","operationId":"mcp_status_api_v2_mcp_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mcp Status Api V2 Mcp Status Get"}}}}}}},"/api/":{"get":{"summary":"Api Index","operationId":"api_index_api__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Index Api  Get"}}}}},"tags":["Platform"]}},"/api":{"get":{"summary":"Api Index","operationId":"api_index_api_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Index Api Get"}}}}},"tags":["Platform"]}}},"components":{"schemas":{"AddComponentBody":{"properties":{"component_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Component Id"},"type":{"type":"string","title":"Type"},"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description","default":""},"swim_lane":{"type":"string","title":"Swim Lane","default":"systems"},"config":{"additionalProperties":true,"type":"object","title":"Config"},"position":{"additionalProperties":true,"type":"object","title":"Position"},"styling":{"additionalProperties":true,"type":"object","title":"Styling"}},"type":"object","required":["type","name"],"title":"AddComponentBody"},"AdminSettings":{"properties":{"environment":{"type":"string","title":"Environment"},"release":{"type":"string","title":"Release"},"retention_days":{"type":"integer","title":"Retention Days","default":365}},"type":"object","required":["environment","release"],"title":"AdminSettings"},"AffidavitSignBody":{"properties":{"affidavit_full_name":{"type":"string","title":"Affidavit Full Name"},"affidavit_email":{"type":"string","title":"Affidavit Email"},"affidavit_text":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Affidavit Text"}},"type":"object","required":["affidavit_full_name","affidavit_email"],"title":"AffidavitSignBody"},"AffidavitVerifyBody":{"properties":{"verification_method":{"type":"string","title":"Verification Method","default":"manual"},"cardholder_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cardholder Name"}},"type":"object","title":"AffidavitVerifyBody"},"AudienceListCreate":{"properties":{"list_name":{"type":"string","title":"List Name"},"link_post_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Link Post Id"},"schema_audience_type":{"type":"string","title":"Schema Audience Type","default":"Audience"},"affidavit_full_name":{"type":"string","title":"Affidavit Full Name","default":""},"affidavit_email":{"type":"string","title":"Affidavit Email","default":""}},"type":"object","required":["list_name"],"title":"AudienceListCreate"},"AudienceListUpdate":{"properties":{"list_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"List Name"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"schema_audience_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Audience Type"}},"type":"object","title":"AudienceListUpdate"},"AudienceMemberCreate":{"properties":{"audience_list":{"type":"integer","title":"Audience List"},"email":{"type":"string","title":"Email"},"first_name":{"type":"string","title":"First Name","default":""},"last_name":{"type":"string","title":"Last Name","default":""},"data":{"additionalProperties":true,"type":"object","title":"Data"}},"type":"object","required":["audience_list","email"],"title":"AudienceMemberCreate"},"AudienceMemberUpdate":{"properties":{"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"first_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"First Name"},"last_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Name"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"},"data":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Data"}},"type":"object","title":"AudienceMemberUpdate"},"AuditLogEntry":{"properties":{"id":{"type":"string","title":"Id"},"timestamp":{"type":"string","title":"Timestamp"},"actor_email":{"type":"string","title":"Actor Email"},"action":{"type":"string","title":"Action"},"resource":{"type":"string","title":"Resource"},"ip_address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ip Address"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["id","timestamp","actor_email","action","resource"],"title":"AuditLogEntry"},"AuthStatus":{"properties":{"configured":{"type":"boolean","title":"Configured"},"provider":{"type":"string","title":"Provider","default":"google-workspace"}},"type":"object","required":["configured"],"title":"AuthStatus"},"BackupCodesResponse":{"properties":{"codes":{"items":{"type":"string"},"type":"array","title":"Codes"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"}},"type":"object","required":["codes","generated_at"],"title":"BackupCodesResponse"},"BatchEventsRequest":{"properties":{"events":{"items":{"$ref":"#/components/schemas/TrackEventRequest"},"type":"array","title":"Events"}},"type":"object","required":["events"],"title":"BatchEventsRequest"},"Body_deliverability_demo_post_demo_deliverability__post":{"properties":{"name":{"type":"string","title":"Name"},"email":{"type":"string","title":"Email"},"phone":{"type":"string","title":"Phone","default":""},"street_address":{"type":"string","title":"Street Address"},"city":{"type":"string","title":"City"},"state":{"type":"string","title":"State"},"zip_code":{"type":"string","title":"Zip Code"},"preferred_delivery_time":{"type":"string","title":"Preferred Delivery Time","default":""},"delivery_instructions":{"type":"string","title":"Delivery Instructions","default":""}},"type":"object","required":["name","email","street_address","city","state","zip_code"],"title":"Body_deliverability_demo_post_demo_deliverability__post"},"BulkQRCreateBody":{"properties":{"link_post_ids":{"items":{"type":"string"},"type":"array","title":"Link Post Ids"}},"type":"object","title":"BulkQRCreateBody"},"BulkScanBody":{"properties":{"scans":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Scans"}},"type":"object","title":"BulkScanBody"},"CMYKGoogleInitRequest":{"properties":{"return_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Return Url"}},"type":"object","title":"CMYKGoogleInitRequest"},"CMYKGoogleInitResponse":{"properties":{"auth_url":{"type":"string","title":"Auth Url"},"state":{"type":"string","title":"State"}},"type":"object","required":["auth_url","state"],"title":"CMYKGoogleInitResponse"},"CMYKPhoneOnlyRequest":{"properties":{"phone_number":{"type":"string","pattern":"^\\+?[1-9]\\d{1,14}$","title":"Phone Number"},"otp_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Otp Code"}},"type":"object","required":["phone_number"],"title":"CMYKPhoneOnlyRequest"},"CMYKPhoneRequest":{"properties":{"phone_number":{"type":"string","pattern":"^\\+?[1-9]\\d{1,14}$","title":"Phone Number"}},"type":"object","required":["phone_number"],"title":"CMYKPhoneRequest"},"CMYKVerifyOTPRequest":{"properties":{"phone_number":{"type":"string","title":"Phone Number"},"otp_code":{"type":"string","title":"Otp Code"},"state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"State"}},"type":"object","required":["phone_number","otp_code"],"title":"CMYKVerifyOTPRequest"},"CommaGenerateBody":{"properties":{"url":{"type":"string","title":"Url"},"title":{"type":"string","title":"Title","default":"Comma QR Code"},"brand_settings":{"additionalProperties":true,"type":"object","title":"Brand Settings"},"analytics_enabled":{"type":"boolean","title":"Analytics Enabled","default":true},"formats":{"items":{"type":"string"},"type":"array","title":"Formats"}},"type":"object","required":["url"],"title":"CommaGenerateBody"},"CommaGeoTestBody":{"properties":{"ip":{"type":"string","title":"Ip","default":"8.8.8.8"}},"type":"object","title":"CommaGeoTestBody"},"CommaLinkPostUpdate":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"tags":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tags"}},"type":"object","title":"CommaLinkPostUpdate"},"ContactUpdate":{"properties":{"first_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"First Name"},"last_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Name"},"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subject"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Message"},"subscribe_to_newsletter":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Subscribe To Newsletter"}},"type":"object","title":"ContactUpdate"},"DashboardSummary":{"properties":{"total_events":{"type":"integer","title":"Total Events","default":0},"active_sessions":{"type":"integer","title":"Active Sessions","default":0},"unique_locations":{"type":"integer","title":"Unique Locations","default":0},"recurrent_locations":{"type":"integer","title":"Recurrent Locations","default":0},"events_trend_pct":{"type":"number","title":"Events Trend Pct","default":0.0},"sessions_trend_pct":{"type":"number","title":"Sessions Trend Pct","default":0.0},"data_available":{"type":"boolean","title":"Data Available","default":false},"period":{"type":"string","title":"Period","default":"week"}},"type":"object","title":"DashboardSummary"},"DecliAnalyticsBatch":{"properties":{"events":{"items":{"$ref":"#/components/schemas/DecliAnalyticsEvent"},"type":"array","maxItems":50,"minItems":1,"title":"Events"}},"type":"object","required":["events"],"title":"DecliAnalyticsBatch"},"DecliAnalyticsEvent":{"properties":{"name":{"type":"string","enum":["page_viewed","pageview","auth_success","auth_logout","google_signin_started","console_signup_started","console_signup_completed","download_clicked","pricing_viewed","playground_command_run","dashboard_viewed","workflow_viewed","docs_viewed"],"title":"Name"},"timestamp":{"type":"string","title":"Timestamp"},"session_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Session Id"},"visitor_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Visitor Id"},"properties":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Properties"}},"type":"object","required":["name","timestamp"],"title":"DecliAnalyticsEvent"},"DeliverabilityBulkCheck":{"properties":{"zip_codes":{"items":{"type":"string"},"type":"array","title":"Zip Codes"}},"type":"object","required":["zip_codes"],"title":"DeliverabilityBulkCheck"},"DeliverabilityCheck":{"properties":{"zip_code":{"type":"string","title":"Zip Code"}},"type":"object","required":["zip_code"],"title":"DeliverabilityCheck"},"DeviceFingerprintBody":{"properties":{"device_fingerprint":{"additionalProperties":true,"type":"object","title":"Device Fingerprint"}},"type":"object","title":"DeviceFingerprintBody"},"DeviceRegisterBody":{"properties":{"device_name":{"type":"string","title":"Device Name"},"device_type":{"type":"string","title":"Device Type","default":"orange_pi"},"mac_address":{"type":"string","title":"Mac Address"},"ip_address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ip Address"},"firmware_version":{"type":"string","title":"Firmware Version","default":""},"hardware_version":{"type":"string","title":"Hardware Version","default":""},"capabilities":{"additionalProperties":true,"type":"object","title":"Capabilities"},"configuration":{"additionalProperties":true,"type":"object","title":"Configuration"},"location_name":{"type":"string","title":"Location Name","default":""}},"type":"object","required":["device_name","mac_address"],"title":"DeviceRegisterBody"},"EmailAuthRequest":{"properties":{"email":{"type":"string","format":"email","title":"Email"}},"type":"object","required":["email"],"title":"EmailAuthRequest"},"EmailCampaignCreate":{"properties":{"name":{"type":"string","title":"Name"},"subject":{"type":"string","title":"Subject"},"from_email":{"type":"string","title":"From Email"},"from_name":{"type":"string","title":"From Name"},"html_content":{"type":"string","title":"Html Content","default":""},"text_content":{"type":"string","title":"Text Content","default":""}},"type":"object","required":["name","subject","from_email","from_name"],"title":"EmailCampaignCreate"},"EmailCampaignUpdate":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subject"},"from_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Email"},"from_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Name"},"html_content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Html Content"},"text_content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Text Content"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"scheduled_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Scheduled At"}},"type":"object","title":"EmailCampaignUpdate"},"EventCreate":{"properties":{"schema_name":{"type":"string","title":"Schema Name"},"schema_start_date":{"type":"string","format":"date-time","title":"Schema Start Date"},"schema_event_attendance_mode":{"type":"string","title":"Schema Event Attendance Mode","default":"OfflineEventAttendanceMode"},"schema_description":{"type":"string","title":"Schema Description","default":""},"schema_end_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Schema End Date"},"schema_event_status":{"type":"string","title":"Schema Event Status","default":"EventScheduled"},"schema_event_type":{"type":"string","title":"Schema Event Type","default":""},"schema_location_name":{"type":"string","title":"Schema Location Name","default":""},"schema_location_address":{"type":"string","title":"Schema Location Address","default":""},"schema_organizer_name":{"type":"string","title":"Schema Organizer Name","default":""},"schema_maximum_attendee_capacity":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Schema Maximum Attendee Capacity"},"is_published":{"type":"boolean","title":"Is Published","default":false},"is_active":{"type":"boolean","title":"Is Active","default":true}},"type":"object","required":["schema_name","schema_start_date"],"title":"EventCreate"},"EventUpdate":{"properties":{"schema_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Name"},"schema_description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Description"},"schema_start_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Schema Start Date"},"schema_end_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Schema End Date"},"schema_event_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Event Status"},"schema_event_attendance_mode":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Event Attendance Mode"},"schema_event_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Event Type"},"schema_location_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Location Name"},"schema_location_address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Location Address"},"schema_organizer_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Organizer Name"},"schema_maximum_attendee_capacity":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Schema Maximum Attendee Capacity"},"is_published":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Published"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}},"type":"object","title":"EventUpdate"},"ExecuteBody":{"properties":{"input_data":{"additionalProperties":true,"type":"object","title":"Input Data"}},"type":"object","title":"ExecuteBody"},"ExportCustomRequest":{"properties":{"query":{"type":"string","title":"Query"},"params":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Params"},"export_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Name"}},"type":"object","required":["query"],"title":"ExportCustomRequest"},"ExportEventsRequest":{"properties":{"start_date":{"type":"string","title":"Start Date"},"end_date":{"type":"string","title":"End Date"},"event_types":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Event Types"},"site_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site Id"},"export_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Name"}},"type":"object","required":["start_date","end_date"],"title":"ExportEventsRequest"},"ExportPageviewsRequest":{"properties":{"start_date":{"type":"string","title":"Start Date"},"end_date":{"type":"string","title":"End Date"},"site_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site Id"},"export_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Name"}},"type":"object","required":["start_date","end_date"],"title":"ExportPageviewsRequest"},"ExportUserBehaviorRequest":{"properties":{"start_date":{"type":"string","title":"Start Date"},"end_date":{"type":"string","title":"End Date"},"segment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Segment"},"export_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Name"}},"type":"object","required":["start_date","end_date"],"title":"ExportUserBehaviorRequest"},"ExtendMembershipBody":{"properties":{"months":{"type":"integer","title":"Months","default":6}},"type":"object","title":"ExtendMembershipBody"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"LinkPostCreate":{"properties":{"title":{"type":"string","title":"Title"},"url":{"type":"string","title":"Url"},"link_type":{"type":"string","title":"Link Type","default":"direct"},"subheading":{"type":"string","title":"Subheading","default":""},"body":{"type":"string","title":"Body","default":""},"tags":{"type":"string","title":"Tags","default":""},"include_magenta_pixel":{"type":"boolean","title":"Include Magenta Pixel","default":true},"include_javascript":{"type":"boolean","title":"Include Javascript","default":true},"is_active":{"type":"boolean","title":"Is Active","default":true}},"type":"object","required":["title","url"],"title":"LinkPostCreate"},"LinkPostUpdate":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"link_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Link Type"},"subheading":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subheading"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"tags":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tags"},"include_magenta_pixel":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Include Magenta Pixel"},"include_javascript":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Include Javascript"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}},"type":"object","title":"LinkPostUpdate"},"LoginRequest":{"properties":{"username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Username"},"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email"},"password":{"type":"string","title":"Password"}},"type":"object","required":["password"],"title":"LoginRequest"},"MembershipCreate":{"properties":{"tag":{"type":"string","title":"Tag"},"user":{"type":"integer","title":"User"},"member_name":{"type":"string","title":"Member Name"},"member_email":{"type":"string","title":"Member Email","default":""},"membership_level":{"type":"string","title":"Membership Level","default":"basic"},"is_active":{"type":"boolean","title":"Is Active","default":true},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"home_location":{"type":"string","title":"Home Location","default":""},"access_zones":{"items":{"type":"string"},"type":"array","title":"Access Zones"}},"type":"object","required":["tag","user","member_name"],"title":"MembershipCreate"},"MembershipUpdate":{"properties":{"tag":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag"},"user":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"User"},"member_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Member Name"},"member_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Member Email"},"membership_level":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Membership Level"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"home_location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Home Location"},"access_zones":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Access Zones"}},"type":"object","title":"MembershipUpdate"},"MobileAuthRequest":{"properties":{"phone_number":{"type":"string","pattern":"^\\+?[1-9]\\d{1,14}$","title":"Phone Number"}},"type":"object","required":["phone_number"],"title":"MobileAuthRequest"},"N8nInboundBody":{"properties":{"event_type":{"type":"string","title":"Event Type","default":"n8n.callback"},"data":{"additionalProperties":true,"type":"object","title":"Data"}},"type":"object","title":"N8nInboundBody"},"N8nTriggerBody":{"properties":{"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","title":"N8nTriggerBody"},"NDEFMessageCreate":{"properties":{"tag":{"type":"string","title":"Tag"},"raw_data":{"type":"string","title":"Raw Data","default":""},"record_count":{"type":"integer","title":"Record Count","default":1},"encoding":{"type":"string","title":"Encoding","default":"UTF-8"},"language_code":{"type":"string","title":"Language Code","default":"en"}},"type":"object","required":["tag"],"title":"NDEFMessageCreate"},"NDEFMessageUpdate":{"properties":{"raw_data":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Raw Data"},"record_count":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Record Count"},"encoding":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Encoding"},"language_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language Code"}},"type":"object","title":"NDEFMessageUpdate"},"NDEFRecordCreate":{"properties":{"message":{"type":"string","title":"Message"},"tnf":{"type":"integer","maximum":7.0,"minimum":0.0,"title":"Tnf"},"record_type":{"type":"string","title":"Record Type"},"record_id":{"type":"string","title":"Record Id","default":""},"message_begin":{"type":"boolean","title":"Message Begin","default":false},"message_end":{"type":"boolean","title":"Message End","default":false},"chunk_flag":{"type":"boolean","title":"Chunk Flag","default":false},"short_record":{"type":"boolean","title":"Short Record","default":true},"id_length_present":{"type":"boolean","title":"Id Length Present","default":false},"payload":{"type":"string","title":"Payload","default":""},"order":{"type":"integer","title":"Order","default":0}},"type":"object","required":["message","tnf","record_type"],"title":"NDEFRecordCreate"},"NDEFRecordUpdate":{"properties":{"tnf":{"anyOf":[{"type":"integer","maximum":7.0,"minimum":0.0},{"type":"null"}],"title":"Tnf"},"record_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Record Type"},"record_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Record Id"},"message_begin":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Message Begin"},"message_end":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Message End"},"chunk_flag":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Chunk Flag"},"short_record":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Short Record"},"id_length_present":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Id Length Present"},"payload":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payload"},"order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Order"}},"type":"object","title":"NDEFRecordUpdate"},"NFCTagCreate":{"properties":{"link_post_id":{"type":"string","title":"Link Post Id"},"tag_type":{"type":"string","title":"Tag Type","default":"ntag213"},"tag_id":{"type":"string","title":"Tag Id","default":""},"vendor_url":{"type":"string","title":"Vendor Url","default":""},"physical_description":{"type":"string","title":"Physical Description","default":""},"assigned_location":{"type":"string","title":"Assigned Location","default":""}},"type":"object","required":["link_post_id"],"title":"NFCTagCreate"},"NFCTagUpdate":{"properties":{"tag_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Type"},"tag_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Id"},"vendor_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Vendor Url"},"physical_description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Physical Description"},"assigned_location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Location"}},"type":"object","title":"NFCTagUpdate"},"NewsletterSubscribe":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"name":{"type":"string","title":"Name","default":""},"source":{"type":"string","title":"Source","default":"website"},"url":{"type":"string","title":"Url","default":""},"utm_source":{"type":"string","title":"Utm Source","default":""},"utm_medium":{"type":"string","title":"Utm Medium","default":""},"utm_campaign":{"type":"string","title":"Utm Campaign","default":""},"utm_content":{"type":"string","title":"Utm Content","default":""},"utm_term":{"type":"string","title":"Utm Term","default":""},"referrer":{"type":"string","title":"Referrer","default":""},"timestamp":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timestamp"}},"type":"object","required":["email"],"title":"NewsletterSubscribe"},"NewsletterSubscribeBody":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"name":{"type":"string","title":"Name","default":""}},"type":"object","required":["email"],"title":"NewsletterSubscribeBody"},"OTPResponse":{"properties":{"success":{"type":"boolean","title":"Success"},"message":{"type":"string","title":"Message"},"verification_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verification Sid"}},"type":"object","required":["success","message"],"title":"OTPResponse"},"PhoneOTPRequest":{"properties":{"phone_number":{"type":"string","title":"Phone Number"}},"type":"object","required":["phone_number"],"title":"PhoneOTPRequest"},"PhoneVerificationRequest":{"properties":{"phone_number":{"type":"string","title":"Phone Number"}},"type":"object","required":["phone_number"],"title":"PhoneVerificationRequest"},"PresoAnalyticsBatch":{"properties":{"events":{"items":{"$ref":"#/components/schemas/PresoAnalyticsEvent"},"type":"array","maxItems":50,"minItems":1,"title":"Events"}},"type":"object","required":["events"],"title":"PresoAnalyticsBatch"},"PresoAnalyticsEvent":{"properties":{"name":{"type":"string","enum":["presentation_opened","slide_viewed","plink_clicked","cta_clicked","device_context_detected","headline_variant_assigned"],"title":"Name"},"timestamp":{"type":"string","title":"Timestamp"},"deck_id":{"type":"string","maxLength":160,"minLength":1,"title":"Deck Id"},"session_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Session Id"},"properties":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Properties"}},"type":"object","required":["name","timestamp","deck_id"],"title":"PresoAnalyticsEvent"},"QRCodeCreate":{"properties":{"link_post_id":{"type":"string","title":"Link Post Id"},"error_correction":{"type":"string","title":"Error Correction","default":"L"},"box_size":{"type":"integer","title":"Box Size","default":10},"border":{"type":"integer","title":"Border","default":4}},"type":"object","required":["link_post_id"],"title":"QRCodeCreate"},"QRCodeUpdate":{"properties":{"error_correction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Correction"},"box_size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Box Size"},"border":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Border"}},"type":"object","title":"QRCodeUpdate"},"QRGenerateBody":{"properties":{"url":{"type":"string","title":"Url"},"title":{"type":"string","title":"Title","default":"QR Code"},"error_correction":{"type":"string","title":"Error Correction","default":"L"},"box_size":{"type":"integer","title":"Box Size","default":10},"border":{"type":"integer","title":"Border","default":4}},"type":"object","required":["url"],"title":"QRGenerateBody"},"QuickstartRequest":{"properties":{"siteId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Siteid"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email"}},"type":"object","title":"QuickstartRequest"},"RecentEvent":{"properties":{"timestamp":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timestamp"},"event_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Event Type"},"site_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Site Id"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"City"},"region":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Id"},"user_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Id"},"referrer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Referrer"},"utm_source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Utm Source"},"device":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Device"}},"type":"object","required":["timestamp","event_type","site_id","country","city"],"title":"RecentEvent"},"ResolveIPRequest":{"properties":{"ip_address":{"type":"string","title":"Ip Address"}},"type":"object","required":["ip_address"],"title":"ResolveIPRequest"},"RevokeDeviceBody":{"properties":{"device_signature":{"type":"string","title":"Device Signature"}},"type":"object","required":["device_signature"],"title":"RevokeDeviceBody"},"ScanEventCreate":{"properties":{"tag_uid":{"type":"string","title":"Tag Uid"},"event_type":{"type":"string","title":"Event Type","default":"read"},"location_name":{"type":"string","title":"Location Name","default":""},"location_coordinates":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Location Coordinates"},"reader_device_id":{"type":"string","title":"Reader Device Id","default":""},"zone":{"type":"string","title":"Zone","default":""},"signal_strength":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Signal Strength"},"read_time_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Read Time Ms"},"country":{"type":"string","title":"Country","default":""},"country_name":{"type":"string","title":"Country Name","default":""},"region":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region"},"region_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region Name"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"City"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"timezone_name":{"type":"string","title":"Timezone Name","default":""},"raw_data":{"additionalProperties":true,"type":"object","title":"Raw Data"},"success":{"type":"boolean","title":"Success","default":true},"error_message":{"type":"string","title":"Error Message","default":""}},"type":"object","required":["tag_uid"],"title":"ScanEventCreate"},"ScanEventUpdate":{"properties":{"event_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Event Type"},"location_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location Name"},"success":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Success"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"}},"type":"object","title":"ScanEventUpdate"},"ScheduleExportRequest":{"properties":{"export_type":{"type":"string","title":"Export Type"},"schedule":{"type":"string","title":"Schedule"},"filters":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Filters"},"export_name_template":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Export Name Template"}},"type":"object","required":["export_type","schedule"],"title":"ScheduleExportRequest"},"SessionUser":{"properties":{"email":{"type":"string","title":"Email"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"picture":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Picture"},"hosted_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Hosted Domain"},"issued_at":{"type":"integer","title":"Issued At"},"expires_at":{"type":"integer","title":"Expires At"},"is_staff":{"type":"boolean","title":"Is Staff","default":false},"is_superuser":{"type":"boolean","title":"Is Superuser","default":false},"is_admin":{"type":"boolean","title":"Is Admin","default":false}},"type":"object","required":["email","issued_at","expires_at"],"title":"SessionUser"},"SignupBody":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"company":{"type":"string","minLength":1,"title":"Company"},"plan":{"type":"string","minLength":1,"title":"Plan"}},"type":"object","required":["email","company","plan"],"title":"SignupBody"},"SnippetAnalyticsBody":{"properties":{"token":{"type":"string","title":"Token"},"eventType":{"type":"string","title":"Eventtype"},"url":{"type":"string","title":"Url","default":""},"title":{"type":"string","title":"Title","default":""},"domain":{"type":"string","title":"Domain","default":""},"qrData":{"type":"string","title":"Qrdata","default":""},"qrSize":{"type":"string","title":"Qrsize","default":""},"qrId":{"type":"string","title":"Qrid","default":""},"sessionId":{"type":"string","title":"Sessionid","default":""}},"type":"object","required":["token","eventType"],"title":"SnippetAnalyticsBody"},"SnippetGenerateBody":{"properties":{"token":{"type":"string","title":"Token"},"data":{"type":"string","title":"Data"},"size":{"type":"integer","title":"Size","default":200},"errorCorrection":{"type":"string","title":"Errorcorrection","default":"M"},"margin":{"type":"integer","title":"Margin","default":4},"style":{"type":"string","title":"Style","default":"rounded"},"colors":{"additionalProperties":{"type":"string"},"type":"object","title":"Colors"},"sessionId":{"type":"string","title":"Sessionid","default":""}},"type":"object","required":["token","data"],"title":"SnippetGenerateBody"},"SnippetUpgradeBody":{"properties":{"token":{"type":"string","title":"Token"},"tier":{"type":"string","title":"Tier"}},"type":"object","required":["token","tier"],"title":"SnippetUpgradeBody"},"TagCreate":{"properties":{"tag_uid":{"type":"string","title":"Tag Uid"},"chip_type":{"type":"integer","title":"Chip Type"},"form_factor":{"type":"string","title":"Form Factor"},"color":{"type":"string","title":"Color","default":"white"},"adhesive_type":{"type":"string","title":"Adhesive Type","default":"wet inlay"},"status":{"type":"string","title":"Status","default":"blank"},"is_locked":{"type":"boolean","title":"Is Locked","default":false},"notes":{"type":"string","title":"Notes","default":""},"generate_password":{"type":"boolean","title":"Generate Password","default":false},"password":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Password"}},"type":"object","required":["tag_uid","chip_type","form_factor"],"title":"TagCreate"},"TagUpdate":{"properties":{"tag_uid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Uid"},"chip_type":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Chip Type"},"form_factor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Form Factor"},"color":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Color"},"adhesive_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Adhesive Type"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"is_locked":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Locked"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"}},"type":"object","title":"TagUpdate"},"TicketCreate":{"properties":{"event_id":{"type":"string","title":"Event Id"},"schema_offer_price":{"type":"number","title":"Schema Offer Price"},"schema_offer_price_currency":{"type":"string","title":"Schema Offer Price Currency","default":"USD"},"schema_event_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Event Name"}},"type":"object","required":["event_id","schema_offer_price"],"title":"TicketCreate"},"TicketPurchaseBody":{"properties":{"event_id":{"type":"string","title":"Event Id"},"payment_method_id":{"type":"string","title":"Payment Method Id"},"schema_offer_price":{"type":"number","title":"Schema Offer Price"},"schema_offer_price_currency":{"type":"string","title":"Schema Offer Price Currency","default":"USD"},"schema_admission_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schema Admission Type"},"delivery_method":{"type":"string","title":"Delivery Method","default":"digital"}},"type":"object","required":["event_id","payment_method_id","schema_offer_price"],"title":"TicketPurchaseBody"},"TicketUpdate":{"properties":{"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"payment_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payment Status"}},"type":"object","title":"TicketUpdate"},"TimeseriesPoint":{"properties":{"bucket":{"type":"string","title":"Bucket"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["bucket","count"],"title":"TimeseriesPoint"},"TokenResponse":{"properties":{"access_token":{"type":"string","title":"Access Token"},"refresh_token":{"type":"string","title":"Refresh Token"},"token_type":{"type":"string","title":"Token Type","default":"bearer"},"user":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"User"}},"type":"object","required":["access_token","refresh_token"],"title":"TokenResponse"},"TrackEventRequest":{"properties":{"event":{"type":"string","maxLength":160,"minLength":1,"title":"Event"},"site_id":{"type":"string","maxLength":160,"minLength":1,"title":"Site Id"},"visitor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Visitor Id"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Id"},"properties":{"additionalProperties":true,"type":"object","title":"Properties"},"timestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Timestamp"}},"type":"object","required":["event","site_id"],"title":"TrackEventRequest"},"TwoBrainAnalyticsBatch":{"properties":{"events":{"items":{"$ref":"#/components/schemas/TwoBrainAnalyticsEvent"},"type":"array","maxItems":50,"minItems":1,"title":"Events"}},"type":"object","required":["events"],"title":"TwoBrainAnalyticsBatch"},"TwoBrainAnalyticsEvent":{"properties":{"name":{"type":"string","enum":["extension_popup_open","extension_sidebar_open","neuron_saved","auth_success","auth_logout","google_signin_started","suggestion_accept","suggestion_dismiss","tags_applied","details_expand","cluster_suggestion_accept","quick_save_completed","page_viewed","pageview","waitlist_email_submitted","waitlist_phone_added","waitlist_phone_skipped","pocket_refugee_modal_shown","pocket_refugee_modal_dismissed","pocket_refugee_converted","pocket_refugee_conversion_started"],"title":"Name"},"timestamp":{"type":"string","title":"Timestamp"},"session_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Session Id"},"visitor_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Visitor Id"},"properties":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Properties"}},"type":"object","required":["name","timestamp"],"title":"TwoBrainAnalyticsEvent"},"TwoFactorStatusResponse":{"properties":{"enabled":{"type":"boolean","title":"Enabled"},"methods":{"items":{"type":"string"},"type":"array","title":"Methods"},"backup_codes_count":{"type":"integer","title":"Backup Codes Count"}},"type":"object","required":["enabled","methods","backup_codes_count"],"title":"TwoFactorStatusResponse"},"TwoX4mAnalyticsBatch":{"properties":{"events":{"items":{"$ref":"#/components/schemas/TwoX4mAnalyticsEvent"},"type":"array","maxItems":50,"minItems":1,"title":"Events"}},"type":"object","required":["events"],"title":"TwoX4mAnalyticsBatch"},"TwoX4mAnalyticsEvent":{"properties":{"name":{"type":"string","enum":["page_viewed","pageview","auth_success","auth_logout","google_signin_started","shop_configurator_opened","shop_configurator_step","product_viewed","market_vendor_viewed","agents_session_started","order_checkout_started","docs_viewed"],"title":"Name"},"timestamp":{"type":"string","title":"Timestamp"},"session_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Session Id"},"visitor_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Visitor Id"},"properties":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Properties"}},"type":"object","required":["name","timestamp"],"title":"TwoX4mAnalyticsEvent"},"ValidateTicketBody":{"properties":{"location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location"}},"type":"object","title":"ValidateTicketBody"},"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"},"VerifyCodeRequest":{"properties":{"phone_number":{"type":"string","title":"Phone Number"},"code":{"type":"string","maxLength":4,"minLength":4,"title":"Code"}},"type":"object","required":["phone_number","code"],"title":"VerifyCodeRequest"},"WaitlistCreate":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["email"],"title":"WaitlistCreate"},"WaitlistRead":{"properties":{"id":{"type":"integer","title":"Id"},"email":{"type":"string","title":"Email"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","email","created_at"],"title":"WaitlistRead"},"WaitlistSignupError":{"properties":{"success":{"type":"boolean","title":"Success","default":false},"error":{"type":"string","title":"Error"}},"type":"object","required":["error"],"title":"WaitlistSignupError"},"WaitlistSignupRequest":{"properties":{"email":{"type":"string","format":"email","title":"Email"}},"type":"object","required":["email"],"title":"WaitlistSignupRequest"},"WaitlistSignupResponse":{"properties":{"success":{"type":"boolean","title":"Success","default":true},"message":{"type":"string","title":"Message"},"email":{"type":"string","title":"Email"},"timestamp":{"type":"string","title":"Timestamp"}},"type":"object","required":["message","email","timestamp"],"title":"WaitlistSignupResponse"},"WaitlistUpdate":{"properties":{"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email"}},"type":"object","title":"WaitlistUpdate"},"WebContactPayload":{"properties":{"firstName":{"type":"string","title":"Firstname"},"lastName":{"type":"string","title":"Lastname"},"email":{"type":"string","format":"email","title":"Email"},"subject":{"type":"string","title":"Subject"},"message":{"type":"string","minLength":10,"title":"Message"},"mobile":{"type":"string","title":"Mobile","default":""},"mobile_verified":{"type":"boolean","title":"Mobile Verified","default":false},"profile_id":{"type":"string","title":"Profile Id","default":""},"newsletter":{"type":"boolean","title":"Newsletter","default":false},"preferred_contact_method":{"type":"string","title":"Preferred Contact Method","default":"email"}},"type":"object","required":["firstName","lastName","email","subject","message"],"title":"WebContactPayload"},"WebhookCreateRequest":{"properties":{"name":{"type":"string","maxLength":120,"minLength":1,"title":"Name"},"url":{"type":"string","maxLength":500,"minLength":8,"title":"Url"},"events":{"items":{"type":"string"},"type":"array","minItems":1,"title":"Events"}},"type":"object","required":["name","url","events"],"title":"WebhookCreateRequest"},"WebhookEntry":{"properties":{"id":{"type":"string","title":"Id"},"name":{"type":"string","title":"Name"},"url":{"type":"string","title":"Url"},"events":{"items":{"type":"string"},"type":"array","title":"Events"},"enabled":{"type":"boolean","title":"Enabled"},"created_at":{"type":"string","title":"Created At"},"last_delivery_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Delivery At"},"failure_count":{"type":"integer","title":"Failure Count","default":0}},"type":"object","required":["id","name","url","events","enabled","created_at"],"title":"WebhookEntry"},"WebhookTriggerBody":{"properties":{"event_data":{"additionalProperties":true,"type":"object","title":"Event Data"},"webhook_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Webhook Id"}},"type":"object","title":"WebhookTriggerBody"},"WorkflowCreate":{"properties":{"project":{"type":"string","title":"Project"},"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description","default":""},"version":{"type":"string","title":"Version","default":"1.0"},"workflow_definition":{"additionalProperties":true,"type":"object","title":"Workflow Definition"},"is_active":{"type":"boolean","title":"Is Active","default":true},"trigger_conditions":{"additionalProperties":true,"type":"object","title":"Trigger Conditions"},"execution_order":{"type":"integer","title":"Execution Order","default":1}},"type":"object","required":["project","name"],"title":"WorkflowCreate"},"app__routes__cmyk_auth__VerifyOTPRequest":{"properties":{"identifier":{"type":"string","title":"Identifier"},"otp_code":{"type":"string","title":"Otp Code"}},"type":"object","required":["identifier","otp_code"],"title":"VerifyOTPRequest"},"app__routes__v1__core_auth__VerifyOTPRequest":{"properties":{"phone_number":{"type":"string","title":"Phone Number"},"code":{"type":"string","title":"Code"}},"type":"object","required":["phone_number","code"],"title":"VerifyOTPRequest"},"app__routes__v1__core_contact__ContactCreate":{"properties":{"first_name":{"type":"string","title":"First Name"},"last_name":{"type":"string","title":"Last Name"},"email":{"type":"string","format":"email","title":"Email"},"mobile":{"type":"string","title":"Mobile","default":""},"mobile_verified":{"type":"boolean","title":"Mobile Verified","default":false},"subject":{"type":"string","title":"Subject"},"message":{"type":"string","title":"Message"},"newsletter_opt_in":{"type":"boolean","title":"Newsletter Opt In","default":false}},"type":"object","required":["first_name","last_name","email","subject","message"],"title":"ContactCreate"},"app__routes__v1__web_contact__ContactCreate":{"properties":{"first_name":{"type":"string","title":"First Name"},"last_name":{"type":"string","title":"Last Name"},"email":{"type":"string","format":"email","title":"Email"},"phone":{"type":"string","title":"Phone","default":""},"subject":{"type":"string","title":"Subject"},"message":{"type":"string","minLength":10,"title":"Message"},"subscribe_to_newsletter":{"type":"boolean","title":"Subscribe To Newsletter","default":false}},"type":"object","required":["first_name","last_name","email","subject","message"],"title":"ContactCreate"}},"securitySchemes":{"HTTPBearer":{"type":"http","scheme":"bearer"}}},"tags":[{"name":"health","description":"Liveness, readiness, and dependency health probes."},{"name":"auth","description":"Google Workspace OAuth session for admin console."},{"name":"auth-dev","description":"Development-only auth bypass (never enable in production)."},{"name":"cmyk_authentication","description":"CMYK mobile OTP and Google OAuth flows."},{"name":"magenta_auth","description":"Magenta identity — OTP, 2FA, Google, Black Ops, Stripe webhooks."},{"name":"Core Auth","description":"v1 core OTP and session endpoints."},{"name":"Core Users","description":"Workspace user directory and profile."},{"name":"Core Contact","description":"Contact form and verification."},{"name":"Core Deliverability","description":"Zip-code deliverability checks and stats."},{"name":"Core GeoIP","description":"MaxMind GeoIP resolution and status."},{"name":"admin","description":"Admin operations and exports."},{"name":"config","description":"Runtime configuration and feature flags."},{"name":"analytics","description":"Event ingest, pixel, batch, and tracking script."},{"name":"magenta-analytics","description":"Analytics dashboard and export APIs."},{"name":"analytics_site","description":"Public marketing pages (also on site root)."},{"name":"NFC API","description":"NFC tag management, scans, and campaigns."},{"name":"QRCodes API","description":"QR code generation, tracking, and brand profiles."},{"name":"QRCodes Pages","description":"Public QR landing pages."},{"name":"QRCodes Snippet","description":"Embeddable QR tracking snippets."},{"name":"Web API","description":"Comma web property JSON APIs."},{"name":"Web Pages","description":"Server-rendered web pages (press, team, donate, etc.)."},{"name":"Web Contact","description":"Web contact form submission."},{"name":"Web Debug","description":"Debug utilities for web routes."},{"name":"Comms","description":"SendGrid email, newsletters, and comms webhooks."},{"name":"Waitlist","description":"v2 waitlist signup and management."},{"name":"realtime","description":"WebSocket hubs and test pages."},{"name":"core-dev-auth","description":"Workflows DevTools authentication."},{"name":"core_pages","description":"CMYK demos, deliverability demo, geoip test, sitemap."},{"name":"Core Admin Stubs","description":"Admin changelist stubs for parity."},{"name":"QRCodes Admin Stubs","description":"QR admin custom view stubs."},{"name":"MCP","description":"Model Context Protocol tool surface."}],"servers":[{"url":"https://api.magenta.lvh.me","description":"Local HTTPS (Caddy)"},{"url":"http://localhost:43002","description":"Direct FastAPI dev"}],"x-tagGroups":[{"name":"Platform","tags":["health","config","admin","Waitlist","MCP"]},{"name":"Authentication","tags":["auth","auth-dev","cmyk_authentication","magenta_auth","Core Auth","core-dev-auth"]},{"name":"Core v1","tags":["Core Users","Core Contact","Core Deliverability","Core GeoIP","core_pages","Core Admin Stubs"]},{"name":"Analytics","tags":["analytics","magenta-analytics","analytics_site"]},{"name":"NFC & QRCodes","tags":["NFC API","QRCodes API","QRCodes Pages","QRCodes Snippet","QRCodes Admin Stubs"]},{"name":"Web & Comms","tags":["Web API","Web Pages","Web Contact","Web Debug","Comms"]},{"name":"Realtime","tags":["realtime"]}]}