1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-04-11 17:53:04 +00:00

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 7dfe2ec8c1
commit da07476009
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

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