pub async fn update_project_credential(
    configuration: &Configuration,
    project_uuid: &str,
    service_name: &str,
    update_project_credential_request: UpdateProjectCredentialRequest,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<ResponseUpdateprojectcredential, Error<UpdateProjectCredentialError>>