From dc661ad768e968bd36faa581ab1c3371c36f9da6 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 21:46:18 +0200 Subject: [PATCH] removed trailing / on /history/{note} Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index f668129ef..de032722c 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -498,7 +498,7 @@ paths: '200': description: Deleted the history content: {} - /history/{note}/: + /history/{note}: put: tags: - history