renamed revision to revisions

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 21:45:27 +02:00 committed by David Mehren
parent 1461b7ad62
commit e088741578
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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