From 3ab72e8dfd5787b072003c58a8a93a08259e20d3 Mon Sep 17 00:00:00 2001 From: Josh Twist Date: Wed, 4 Oct 2023 18:43:35 -0700 Subject: [PATCH] Moesif policy fix (#245) * new moesif policy docs * oops, fixed * updated sidebar and typo * fixed link * fix to example --- policies/moesif-inbound/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/moesif-inbound/schema.json b/policies/moesif-inbound/schema.json index 2c59ecb9..4ace0320 100644 --- a/policies/moesif-inbound/schema.json +++ b/policies/moesif-inbound/schema.json @@ -44,7 +44,7 @@ { "_name": "basic", "module": "$import(@zuplo/runtime)", - "export": "AmberfloMeteringInboundPolicy", + "export": "MoesifInboundPolicy", "options": { "applicationId": "YOUR_MOESIF_APPLICATION_ID", "logRequestBody": true,