mirror of
https://github.com/vernu/textbee.git
synced 2026-05-04 13:43:00 -04:00
chore(android): update receive sms endpoint
This commit is contained in:
@@ -19,6 +19,6 @@ public interface GatewayApiService {
|
||||
@PATCH("gateway/devices/{deviceId}")
|
||||
Call<RegisterDeviceResponseDTO> updateDevice(@Path("deviceId") String deviceId, @Header("x-api-key") String apiKey, @Body() RegisterDeviceInputDTO body);
|
||||
|
||||
@POST("gateway/devices/{deviceId}/receiveSMS")
|
||||
@POST("gateway/devices/{deviceId}/receive-sms")
|
||||
Call<SMSForwardResponseDTO> sendReceivedSMS(@Path("deviceId") String deviceId, @Header("x-api-key") String apiKey, @Body() SMSDTO body);
|
||||
}
|
||||
Reference in New Issue
Block a user