Loading services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/controllers/individual_api_provider_enrolment_details_controller.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -29,6 +29,6 @@ def modify_ind_api_provider_enrolment(registration_id, body): # noqa: E501 if request.is_json: if request.is_json: body = APIProviderEnrolmentDetailsPatch.from_dict(request.get_json()) # noqa: E501 body = APIProviderEnrolmentDetailsPatch.from_dict(request.get_json()) # noqa: E501 res = provider_management_ops.update_api_provider_enrolment_details(registration_id, body) res = provider_management_ops.patch_api_provider_enrolment_details(registration_id, body) return res return res Loading
services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/controllers/individual_api_provider_enrolment_details_controller.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -29,6 +29,6 @@ def modify_ind_api_provider_enrolment(registration_id, body): # noqa: E501 if request.is_json: if request.is_json: body = APIProviderEnrolmentDetailsPatch.from_dict(request.get_json()) # noqa: E501 body = APIProviderEnrolmentDetailsPatch.from_dict(request.get_json()) # noqa: E501 res = provider_management_ops.update_api_provider_enrolment_details(registration_id, body) res = provider_management_ops.patch_api_provider_enrolment_details(registration_id, body) return res return res