From 6afc9d8c25dc4651d520322383267e6a0c074e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Mon, 26 Aug 2019 13:31:43 +0200 Subject: [PATCH] Fixed some typos on url params --- spec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/README.md b/spec/README.md index 1e3912c..96f995f 100644 --- a/spec/README.md +++ b/spec/README.md @@ -503,7 +503,7 @@ following resource paths: Returns the value of the requested resource path, or an error if the resource path doesn't exist or is invalid. -* **URL**: `/handlers/{:handler_id}{:resource_path}` +* **URL**: `/handlers/{handler_id}{resource_path}` * **Method**: `GET` * **URL Params**: FIXME: We think that here should be options to cook the value in some way, or get it raw. @@ -524,7 +524,7 @@ path doesn't exist or is invalid. #### Overwrite the value of a resource -* **URL**: `/handlers/{:handler_id}{:resource_path}` +* **URL**: `/handlers/{handler_id}{resource_path}` * **Method**: `PUT` * **URL Params**: FIXME: We think that here should be options to cook the value in some way, or pass it raw.