NTP-74588 | Pl end point changes (#16786)

This commit is contained in:
Venkat Praneeth Reddy
2025-07-02 14:48:20 +05:30
committed by GitHub
parent 7d72755010
commit e3d4cfce27
2 changed files with 3 additions and 3 deletions

View File

@@ -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>>

View File

@@ -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/",