diff --git a/teslajsonpy/endpoints.json b/teslajsonpy/endpoints.json index 667f72ef..00da079f 100644 --- a/teslajsonpy/endpoints.json +++ b/teslajsonpy/endpoints.json @@ -545,6 +545,11 @@ "URI": "api/1/vehicles/{vehicle_id}/command/share", "AUTH": true }, + "SEND_SC_TO_VEHICLE": { + "TYPE": "POST", + "URI": "api/1/vehicles/{vehicle_id}/command/navigation_sc_request", + "AUTH": true + }, "REMOTE_SEAT_HEATER_REQUEST": { "TYPE": "POST", "URI": "api/1/vehicles/{vehicle_id}/command/remote_seat_heater_request", @@ -710,6 +715,21 @@ "URI": "bff/v2/mobile-app/service/history", "AUTH": true }, + "SERVICE_SURVEY_ELIGIBILITY": { + "TYPE": "GET", + "URI": "bff/v2/mobile-app/service/surveys", + "AUTH": true + }, + "SERVICE_SURVEY_QUESTIONS": { + "TYPE": "POST", + "URI": "bff/v2/mobile-app/service/surveys", + "AUTH": true + }, + "SERVICE_SURVEY_ANSWER_QUESTIONS": { + "TYPE": "PUT", + "URI": "bff/v2/mobile-app/service/surveys", + "AUTH": true + }, "SERVICE_LOCATIONS": { "TYPE": "GET", "URI": "bff/v2/mobile-app/service/center/locations", @@ -1060,6 +1080,16 @@ "URI": "bff/v2/mobile-app/bill-me-later/token", "AUTH": true }, + "MANAGE_GET_BILL_ME_LATER_TOGGLE": { + "TYPE": "GET", + "URI": "bff/v2/mobile-app/bill-me-later/security-toggle", + "AUTH": true + }, + "MANAGE_POST_BILL_ME_LATER_TOGGLE": { + "TYPE": "POST", + "URI": "bff/v2/mobile-app/bill-me-later/security-toggle", + "AUTH": true + }, "UPGRADES_SUBSCRIPTIONS_SHARED_BILLING_ADDRESS_FEATURE_FLAG": { "TYPE": "GET", "URI": "bff/v2/mobile-app/billing-address/feature-flag/TAO-8065-in-app-BillingBlock-Enable", @@ -1349,5 +1379,10 @@ "TYPE": "GET", "URI": "api/1/users/feature_config", "AUTH": true + }, + "DASHCAM_SAVE_CLIP": { + "TYPE": "POST", + "URI": "api/1/vehicles/{vehicle_id}/command/dashcam_save_clip", + "AUTH": true } } \ No newline at end of file