Skip to content

Commit

Permalink
Fix :198- Individual consent record api change
Browse files Browse the repository at this point in the history
  • Loading branch information
josmilan authored and georgepadayatti committed Nov 13, 2023
1 parent c7911bf commit a661923
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.github.privacyDashboard.models.userRequests.UserRequestStatusV1
import com.github.privacyDashboard.models.v2.consent.ConsentStatusRequestV2
import com.github.privacyDashboard.models.v2.consentHistory.ConsentHistoryResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.DataAgreementResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.dataAgreementRecords.CreateDataAgreementRecordResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.DataAgreementsResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.dataAgreementRecords.DataAgreementLatestRecordResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.dataAgreementRecords.DataAgreementRecordsResponseV2
import com.github.privacyDashboard.models.v2.dataAgreement.dataAttributes.DataAttributesListResponseV2
Expand Down Expand Up @@ -101,7 +101,7 @@ interface BBConsentAPIServices {
@Body body: ConsentStatusRequest?
): Response<UpdateConsentStatusResponseV1?>?

@GET("v2/service/verification/data-agreement/{dataAgreementId}")
@GET("v2/service/individual/record/data-agreement/{dataAgreementId}")
suspend fun getDataAgreementRecordV2(
@Header("X-ConsentBB-IndividualId") userID: String?,
@Path("dataAgreementId") dataAgreementId: String?,
Expand Down

0 comments on commit a661923

Please sign in to comment.