kemApiV3InternalConsentPost method

Future<Response> kemApiV3InternalConsentPost({
  1. required ConsentUpdateV3Body? body,
})

Update the consent of a user.

Intended to be used by the OnCue system to update the consent of users within the modern database.

Implementation

Future<chopper.Response> kemApiV3InternalConsentPost(
    {required ConsentUpdateV3Body? body}) {
  return _kemApiV3InternalConsentPost(body: body);
}