pub async fn patch_complaint(
configuration: &Configuration,
complaint_id: &str,
complaint_patch_request: ComplaintPatchRequest,
requestor: Option<&str>,
accept_language: Option<&str>,
traceparent: Option<&str>,
tracestate: Option<&str>,
idempotency_key: Option<&str>,
) -> Result<ComplaintResponse, Error<PatchComplaintError>>Expand description
Update a complaint request, i.e add missing documents or change state.