Skip to content

Commit c7aec05

Browse files
committed
Minor doc corrections
1 parent 8c90e38 commit c7aec05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/_aviate-metering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Deletes the latest version of the billing meter.
264264

265265
**HTTP Request**
266266

267-
`DELETE /plugins/aviate-plugin/v1/catalog/{meterCode}/billingMeter`
267+
`DELETE /plugins/aviate-plugin/v1/metering/{meterCode}/billingMeter`
268268

269269
> Example Request:
270270
@@ -274,7 +274,7 @@ curl -X DELETE \
274274
-H"Authorization: Bearer ${ID_TOKEN}" \
275275
-H'X-killbill-apiKey: alphaF' \
276276
-H'X-killbill-apisecret: alphaF' \
277-
'http://127.0.0.1:8080/plugins/aviate-plugin/v1/catalog/code1/billingMeter?force=true'
277+
'http://127.0.0.1:8080/plugins/aviate-plugin/v1/metering/code1/billingMeter?force=true'
278278
```
279279

280280
```java

0 commit comments

Comments
 (0)