From edb4ca6a631fc776b55d7bc921ed82897f42b936 Mon Sep 17 00:00:00 2001 From: shimon Date: Fri, 9 Sep 2022 16:15:38 +0300 Subject: [PATCH] Tidy up --- docs/tutorials/add-route.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index fea4ae5a68..8c1e2fb27f 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -112,8 +112,8 @@ App::post('/v1/storage/buckets/:bucketId/files') ``` ### Usage -* usage.metric - . -* usage.params - . +* usage.metric - The metric the route generates. +* usage.params - Additional parameters the metrics can have. ```php App::post('/v1/storage/buckets/:bucketId/files') ->label('usage.metric', 'files.{scope}.requests.create')