From 8822431dfca8f445f722b348b86e68cad1f91485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 25 Apr 2018 21:04:26 +0200 Subject: [PATCH] Emhasize quotes in API doc --- api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/README.md b/api/README.md index 0c04515..7eb8dc5 100644 --- a/api/README.md +++ b/api/README.md @@ -77,7 +77,7 @@ POST /quotes curl --request POST --header 'X-Quotes-API-Key: SECRET_KEY' --data 'id=28&date=2018-01-01&game=IRL&text=Cheese?' 'https://tld.example/api/quotes' ``` -Note: the quote is replaced if it exists already +*Note: the quote is replaced if it exists already* Parameters: @@ -97,7 +97,7 @@ PUT /quotes/:id curl --request PUT --header 'X-Quotes-API-Key: SECRET_KEY' --data 'date=2018-01-01&game=IRL&text=Cheese?' 'https://tld.example/api/quotes/28' ``` -Note: the quote is created if it doesn't exist yet +*Note: the quote is created if it doesn't exist yet* Parameters: