File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ object OutboundApiSettings {
129129 if (normalizedPreset() == PRESET_GLUCODROID_CLOUD ) {
130130 val subdomain = url.trim()
131131 if (subdomain.isBlank()) return " "
132- return " https://$subdomain .glucodroid.cloud/api/v1/ingest ?token=${Uri .encode(token.trim())} "
132+ return " https://$subdomain .glucodroid.cloud/api/v1/entries ?token=${Uri .encode(token.trim())} "
133133 }
134134 val trimmed = url.trim()
135135 val replacementToken = if (normalizedPreset() == PRESET_TELEGRAM_BOT ) {
Original file line number Diff line number Diff line change @@ -2046,7 +2046,7 @@ Pressing OK will generate a connection on this phone and display a QR code that
20462046 <string name =" outbound_api_preset_glucodroid_cloud" translatable =" false" >glucodroid.cloud</string >
20472047 <string name =" outbound_api_preset_glucodroid_cloud_desc" translatable =" false" >Stream readings to your glucodroid.cloud account.</string >
20482048 <string name =" outbound_api_glucodroid_subdomain" translatable =" false" >Subdomain</string >
2049- <string name =" outbound_api_glucodroid_ingest_token" translatable =" false" >Ingest token </string >
2049+ <string name =" outbound_api_glucodroid_ingest_token" translatable =" false" >API secret </string >
20502050 <string name =" outbound_api_preset_custom_json_desc" >POST normalized glucose JSON to any endpoint.</string >
20512051 <string name =" outbound_api_preset_telegram_desc" >Send text with the Telegram Bot API. The URL can point to a relay.</string >
20522052 <string name =" outbound_api_preset_gluco_watch_vk_desc" >Send compact GV text through VK community messages.</string >
You can’t perform that action at this time.
0 commit comments