From da07476009b8ba67481d5eb101124fcc83b05f7a Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 21:45:27 +0200 Subject: [PATCH] renamed revision to revisions Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index 303ab7a06..f668129ef 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -401,7 +401,7 @@ paths: content: text/plain: example: my-note - /notes/{note}/revision: + /notes/{note}/revisions: get: tags: - note @@ -426,7 +426,7 @@ paths: text/plain: example: my-note - /notes/{note}/revision/{revision-id}: + /notes/{note}/revisions/{revision-id}: get: tags: - note