NTP-74588 | Pl end point changes (#16786)
This commit is contained in:
committed by
GitHub
parent
7d72755010
commit
e3d4cfce27
@@ -304,7 +304,7 @@ interface RetrofitService {
|
|||||||
@Query("overlayScreenType") overlayScreenType: String? = null,
|
@Query("overlayScreenType") overlayScreenType: String? = null,
|
||||||
): Response<GenericResponse<DashboardContentResponse>>
|
): Response<GenericResponse<DashboardContentResponse>>
|
||||||
|
|
||||||
@POST("/customer-device/customer/me/async/pre-signed-url")
|
@POST("customer-device/customer/me/cds/async/pre-signed-url")
|
||||||
suspend fun getPreSignedUrl(
|
suspend fun getPreSignedUrl(
|
||||||
@Body preSignedUrlRequest: PreSignedUrlRequest
|
@Body preSignedUrlRequest: PreSignedUrlRequest
|
||||||
): Response<GenericResponse<UploadDataAsyncResponse>>
|
): Response<GenericResponse<UploadDataAsyncResponse>>
|
||||||
@@ -315,7 +315,7 @@ interface RetrofitService {
|
|||||||
@QueryMap queryMap: Map<String, String>,
|
@QueryMap queryMap: Map<String, String>,
|
||||||
): Response<GenericResponse<PreSignedUrlListResponse>>
|
): Response<GenericResponse<PreSignedUrlListResponse>>
|
||||||
|
|
||||||
@GET("/requests/{requestId}")
|
@GET("/customer-device/requests/{requestId}")
|
||||||
suspend fun getSigningData(
|
suspend fun getSigningData(
|
||||||
@Path("requestId") requestId: String
|
@Path("requestId") requestId: String
|
||||||
): Response<GenericResponse<PreSignData>>
|
): Response<GenericResponse<PreSignData>>
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ val doNotShowLoaderWhenPostSet =
|
|||||||
USER_DEVICE_DATA_LOCATION_API,
|
USER_DEVICE_DATA_LOCATION_API,
|
||||||
USER_DEVICE_DATA_APP_API,
|
USER_DEVICE_DATA_APP_API,
|
||||||
"/customer-device/customer/me/async/data-ingestion-status",
|
"/customer-device/customer/me/async/data-ingestion-status",
|
||||||
"/customer-device/customer/me/async/pre-signed-url",
|
"/customer-device/customer/me/cds/async/pre-signed-url",
|
||||||
"/customer-device/customer/me/data-ingestion-status",
|
"/customer-device/customer/me/data-ingestion-status",
|
||||||
"/customer-service/device-details",
|
"/customer-service/device-details",
|
||||||
"/v1/cards/",
|
"/v1/cards/",
|
||||||
|
|||||||
Reference in New Issue
Block a user